Html Css Color HEX #E4C80F Sunflower

📋 copy color: '#E4C80F'

red 228 ◦ green 200 ◦ blue 15

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

Shades of Sunflower #E4C80F

Tints of Sunflower #E4C80F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.39%

R = 51.47%
G = 45.15%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E4C80F (or 0xE4C80F) is known color: Sunflower. HEX triplet: E4, C8 and 0F. RGB value is (228,200,15). Sum of RGB (Red+Green+Blue) = 228+200+15=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 15 (6.25% from 255 or 3.39% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4C80F is #1B37F0. Grayscale: #BCBCBC. Windows color (decimal): -1783793 or 1034468. OLE color: 1034468.

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

Color convert

RGB 228 200 15 -
CMYK 0 0.12 0.93 0.11
HSL 52.11º 0.88% 0.48% -
HSV(B) 52.11º 0.93% 0.89% -
XYZ 52.74 57.84 8.84 -
YUV 187.28 30.78 157.04 -
System Red Green Blue C M Y K H S L
Decimal 228 200 15 0 0.12 0.93 0.11 52.11 0.88 0.48
Hex E4 C8 F 0 C 5D B 34 58 30
Octal 344 310 17 0 14 135 13 64 130 60
Binary 11100100 11001000 1111 0 1100 1011101 1011 110100 1011000 110000

Color Harmonies of #E4C80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4C80F

Black with #E4C80F

Text Example


Text Example

White with #E4C80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4C80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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