Html Css Color HEX #E2CC1C Sunflower

📋 copy color: '#E2CC1C'

red 226 ◦ green 204 ◦ blue 28

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

Shades of Sunflower #E2CC1C

Tints of Sunflower #E2CC1C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.54%

 BLUE value IS 28 (11.33% from 255) = 6.11%

R = 49.34%
G = 44.54%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2CC1C (or 0xE2CC1C) is known color: Sunflower. HEX triplet: E2, CC and 1C. RGB value is (226,204,28). Sum of RGB (Red+Green+Blue) = 226+204+28=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 28 (11.33% from 255 or 6.11% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CC1C is #1D33E3. Grayscale: #BFBFBF. Windows color (decimal): -1913828 or 1887458. OLE color: 1887458.

HSL color Cylindrical-coordinate representation of color #E2CC1C: hue angle of 53.33º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2CC1C is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 204 28 -
CMYK 0 0.10 0.88 0.11
HSL 53.33º 0.78% 0.5% -
HSV(B) 53.33º 0.88% 0.89% -
XYZ 53.17 59.44 9.77 -
YUV 190.51 36.29 153.31 -
System Red Green Blue C M Y K H S L
Decimal 226 204 28 0 0.10 0.88 0.11 53.33 0.78 0.5
Hex E2 CC 1C 0 A 58 B 35 4E 32
Octal 342 314 34 0 12 130 13 65 116 62
Binary 11100010 11001100 11100 0 1010 1011000 1011 110101 1001110 110010

Color Harmonies of #E2CC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CC1C

Black with #E2CC1C

Text Example


Text Example

White with #E2CC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CC1C; }

 p { color: rgb(226,204,28); }

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

background-color css

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

 a { background-color: rgb(226,204,28); }

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

border-color css

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

 span { border-color: rgb(226,204,28); }

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