#E6A230

Color #E6A230 Yellow Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Sea #E6A230

Tints of Yellow Sea #E6A230

Color information

#E6A230 (or 0xE6A230) is unknown color: approx Yellow Sea. HEX triplet: E6, A2 and 30. RGB value is (230,162,48). Sum of RGB (Red+Green+Blue) = 230+162+48=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 48 (19.14% from 255 or 10.91% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A230 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A230 is #195DCF. Grayscale: #A9A9A9. Windows color (decimal): -1662416 or 3187430. OLE color: 3187430.

HSL color Cylindrical-coordinate representation of color #E6A230: hue angle of 37.58º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6A230 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB23016248-
CMYK00.300.790.10
HSL37.58º78.45%54.51%-
HSV(B)37.58º79.13%90.2%-
XYZ46.0942.888.64-
YUV169.3459.53171.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 52.27%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 48 (19.14% from 255) = 10.91%
R=52.27%
G=36.82%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301624800.300.790.1037.5878.4554.51
HexE6A23001E4FA264e37
Octal34624260036117124611667
Binary1110011010100010110000011110100111110101001101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A230; }

 p { color: rgb(230,162,48); }

 H1.HeaderClassName
 {
   color: #E6A230;
 }
 .AnyTagClassName
 {
   color: #E6A230;
 }
</style>
background-color css

<style>
 a { background-color: #E6A230; }

 a { background-color: rgb(230,162,48); }

 div.DivClassName
 {
   background-color: #E6A230;
 }
 .BgClassName
 {
   background-color: #E6A230;
 }
</style>
border-color css

<style>
 span { border-color: #E6A230; }

 span { border-color: rgb(230,162,48); }

 td.TdClassName
 {
   border-color: #E6A230;
 }
 .TagClassName
 {
   border-color: #E6A230;
 }
</style>