Html Css Color HEX #E4BF0E Sunflower

📋 copy color: '#E4BF0E'

red 228 ◦ green 191 ◦ blue 14

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

Shades of Sunflower #E4BF0E

Tints of Sunflower #E4BF0E

RGB

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

 GREEN value IS 191 (75% from 255) = 44.11%

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

R = 52.66%
G = 44.11%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E4BF0E (or 0xE4BF0E) is known color: Sunflower. HEX triplet: E4, BF and 0E. RGB value is (228,191,14). Sum of RGB (Red+Green+Blue) = 228+191+14=433 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.66% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4BF0E is #1B40F1. Grayscale: #B6B6B6. Windows color (decimal): -1786098 or 966628. OLE color: 966628.

HSL color Cylindrical-coordinate representation of color #E4BF0E: hue angle of 49.63º 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 #E4BF0E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 191 14 -
CMYK 0 0.16 0.94 0.11
HSL 49.63º 0.88% 0.47% -
HSV(B) 49.63º 0.94% 0.89% -
XYZ 50.7 53.79 8.13 -
YUV 181.89 33.26 160.89 -
System Red Green Blue C M Y K H S L
Decimal 228 191 14 0 0.16 0.94 0.11 49.63 0.88 0.47
Hex E4 BF E 0 10 5E B 32 58 2F
Octal 344 277 16 0 20 136 13 62 130 57
Binary 11100100 10111111 1110 0 10000 1011110 1011 110010 1011000 101111

Color Harmonies of #E4BF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BF0E

Black with #E4BF0E

Text Example


Text Example

White with #E4BF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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