Html Css Color HEX #E6A030 Yellow Sea

📋 copy color: '#E6A030'

red 230 ◦ green 160 ◦ blue 48

#E6A030
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Sea #E6A030

Tints of Yellow Sea #E6A030

RGB

 RED value IS 230 (90.23% from 255) = 52.51%

 GREEN value IS 160 (62.89% from 255) = 36.53%

 BLUE value IS 48 (19.14% from 255) = 10.96%

R = 52.51%
G = 36.53%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E6A030 (or 0xE6A030) is known color: Yellow Sea. HEX triplet: E6, A0 and 30. RGB value is (230,160,48). Sum of RGB (Red+Green+Blue) = 230+160+48=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 48 (19.14% from 255 or 10.96% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A030 is #195FCF. Grayscale: #A8A8A8. Windows color (decimal): -1662928 or 3186918. OLE color: 3186918.

HSL color Cylindrical-coordinate representation of color #E6A030: hue angle of 36.92º 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 #E6A030 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 160 48 -
CMYK 0 0.30 0.79 0.10
HSL 36.92º 0.78% 0.55% -
HSV(B) 36.92º 0.79% 0.9% -
XYZ 45.74 42.18 8.53 -
YUV 168.16 60.19 172.11 -
System Red Green Blue C M Y K H S L
Decimal 230 160 48 0 0.30 0.79 0.10 36.92 0.78 0.55
Hex E6 A0 30 0 1E 4F A 25 4E 37
Octal 346 240 60 0 36 117 12 45 116 67
Binary 11100110 10100000 110000 0 11110 1001111 1010 100101 1001110 110111

Color Harmonies of #E6A030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A030

Black with #E6A030

Text Example


Text Example

White with #E6A030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A030; }

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

 H1.HeaderClassName
 {
   color: #E6A030;
 }
 .AnyTagClassName
 {
   color: #E6A030;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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