Html Css Color HEX #E2C900 Sunflower

📋 copy color: '#E2C900'

red 226 ◦ green 201 ◦ blue 0

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

Shades of Sunflower #E2C900

Tints of Sunflower #E2C900

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.93%
G = 47.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E2C900 (or 0xE2C900) is known color: Sunflower. HEX triplet: E2, C9 and 00. RGB value is (226,201,0). Sum of RGB (Red+Green+Blue) = 226+201+0=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C900 is #1D36FF. Grayscale: #BABABA. Windows color (decimal): -1914624 or 51682. OLE color: 51682.

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

Color convert

RGB 226 201 0 -
CMYK 0 0.11 1 0.11
HSL 53.36º 1% 0.44% -
HSV(B) 53.36º 1% 0.89% -
XYZ 52.25 57.94 8.43 -
YUV 185.56 23.28 156.84 -
System Red Green Blue C M Y K H S L
Decimal 226 201 0 0 0.11 1 0.11 53.36 1 0.44
Hex E2 C9 0 0 B 64 B 35 64 2C
Octal 342 311 0 0 13 144 13 65 144 54
Binary 11100010 11001001 0 0 1011 1100100 1011 110101 1100100 101100

Color Harmonies of #E2C900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C900

Black with #E2C900

Text Example


Text Example

White with #E2C900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C900; }

 p { color: rgb(226,201,0); }

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

background-color css

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

 a { background-color: rgb(226,201,0); }

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

border-color css

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

 span { border-color: rgb(226,201,0); }

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