Html Css Color HEX #E2C008 Sunflower

📋 copy color: '#E2C008'

red 226 ◦ green 192 ◦ blue 8

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

Shades of Sunflower #E2C008

Tints of Sunflower #E2C008

RGB

 RED value IS 226 (88.67% from 255) = 53.05%

 GREEN value IS 192 (75.39% from 255) = 45.07%

 BLUE value IS 8 (3.52% from 255) = 1.88%

R = 53.05%
G = 45.07%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E2C008 (or 0xE2C008) is known color: Sunflower. HEX triplet: E2, C0 and 08. RGB value is (226,192,8). Sum of RGB (Red+Green+Blue) = 226+192+8=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C008 is #1D3FF7. Grayscale: #B5B5B5. Windows color (decimal): -1916920 or 573666. OLE color: 573666.

HSL color Cylindrical-coordinate representation of color #E2C008: hue angle of 50.64º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2C008 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 192 8 -
CMYK 0 0.15 0.96 0.11
HSL 50.64º 0.93% 0.46% -
HSV(B) 50.64º 0.96% 0.89% -
XYZ 50.26 53.89 7.98 -
YUV 181.19 30.26 159.96 -
System Red Green Blue C M Y K H S L
Decimal 226 192 8 0 0.15 0.96 0.11 50.64 0.93 0.46
Hex E2 C0 8 0 F 60 B 33 5D 2E
Octal 342 300 10 0 17 140 13 63 135 56
Binary 11100010 11000000 1000 0 1111 1100000 1011 110011 1011101 101110

Color Harmonies of #E2C008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C008

Black with #E2C008

Text Example


Text Example

White with #E2C008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C008; }

 p { color: rgb(226,192,8); }

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

background-color css

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

 a { background-color: rgb(226,192,8); }

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

border-color css

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

 span { border-color: rgb(226,192,8); }

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