Html Css Color HEX #E2C80B Sunflower

📋 copy color: '#E2C80B'

red 226 ◦ green 200 ◦ blue 11

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

Shades of Sunflower #E2C80B

Tints of Sunflower #E2C80B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.77%

 BLUE value IS 11 (4.69% from 255) = 2.52%

R = 51.72%
G = 45.77%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2C80B (or 0xE2C80B) is known color: Sunflower. HEX triplet: E2, C8 and 0B. RGB value is (226,200,11). Sum of RGB (Red+Green+Blue) = 226+200+11=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 11 (4.69% from 255 or 2.52% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C80B is #1D37F4. Grayscale: #BBBBBB. Windows color (decimal): -1914869 or 772322. OLE color: 772322.

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

Color convert

RGB 226 200 11 -
CMYK 0 0.12 0.95 0.11
HSL 52.74º 0.91% 0.46% -
HSV(B) 52.74º 0.95% 0.89% -
XYZ 52.08 57.5 8.67 -
YUV 186.23 29.11 156.37 -
System Red Green Blue C M Y K H S L
Decimal 226 200 11 0 0.12 0.95 0.11 52.74 0.91 0.46
Hex E2 C8 B 0 C 5F B 35 5B 2E
Octal 342 310 13 0 14 137 13 65 133 56
Binary 11100010 11001000 1011 0 1100 1011111 1011 110101 1011011 101110

Color Harmonies of #E2C80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C80B

Black with #E2C80B

Text Example


Text Example

White with #E2C80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C80B; }

 p { color: rgb(226,200,11); }

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

background-color css

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

 a { background-color: rgb(226,200,11); }

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

border-color css

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

 span { border-color: rgb(226,200,11); }

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