Html Css Color HEX #E4C80E Sunflower

📋 copy color: '#E4C80E'

red 228 ◦ green 200 ◦ blue 14

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

Shades of Sunflower #E4C80E

Tints of Sunflower #E4C80E

RGB

 RED value IS 228 (89.45% from 255) = 51.58%

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

 BLUE value IS 14 (5.86% from 255) = 3.17%

R = 51.58%
G = 45.25%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E4C80E (or 0xE4C80E) is known color: Sunflower. HEX triplet: E4, C8 and 0E. RGB value is (228,200,14). Sum of RGB (Red+Green+Blue) = 228+200+14=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 14 (5.86% from 255 or 3.17% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4C80E is #1B37F1. Grayscale: #BBBBBB. Windows color (decimal): -1783794 or 968932. OLE color: 968932.

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

Color convert

RGB 228 200 14 -
CMYK 0 0.12 0.94 0.11
HSL 52.15º 0.88% 0.47% -
HSV(B) 52.15º 0.94% 0.89% -
XYZ 52.73 57.83 8.8 -
YUV 187.17 30.28 157.12 -
System Red Green Blue C M Y K H S L
Decimal 228 200 14 0 0.12 0.94 0.11 52.15 0.88 0.47
Hex E4 C8 E 0 C 5E B 34 58 2F
Octal 344 310 16 0 14 136 13 64 130 57
Binary 11100100 11001000 1110 0 1100 1011110 1011 110100 1011000 101111

Color Harmonies of #E4C80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4C80E

Black with #E4C80E

Text Example


Text Example

White with #E4C80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4C80E; }

 p { color: rgb(228,200,14); }

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

background-color css

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

 a { background-color: rgb(228,200,14); }

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

border-color css

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

 span { border-color: rgb(228,200,14); }

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