Html Css Color HEX #E5BF04 Golden Poppy

📋 copy color: '#E5BF04'

red 229 ◦ green 191 ◦ blue 4

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

Shades of Golden Poppy #E5BF04

Tints of Golden Poppy #E5BF04

RGB

 RED value IS 229 (89.84% from 255) = 54.01%

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

 BLUE value IS 4 (1.95% from 255) = 0.94%

R = 54.01%
G = 45.05%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E5BF04 (or 0xE5BF04) is known color: Golden Poppy. HEX triplet: E5, BF and 04. RGB value is (229,191,4). Sum of RGB (Red+Green+Blue) = 229+191+4=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5BF04 is #1A40FB. Grayscale: #B5B5B5. Windows color (decimal): -1720572 or 311269. OLE color: 311269.

HSL color Cylindrical-coordinate representation of color #E5BF04: hue angle of 49.87º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5BF04 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 191 4 -
CMYK 0 0.17 0.98 0.10
HSL 49.87º 0.97% 0.46% -
HSV(B) 49.87º 0.98% 0.9% -
XYZ 50.97 53.93 7.84 -
YUV 181.04 28.09 162.21 -
System Red Green Blue C M Y K H S L
Decimal 229 191 4 0 0.17 0.98 0.10 49.87 0.97 0.46
Hex E5 BF 4 0 11 62 A 32 61 2E
Octal 345 277 4 0 21 142 12 62 141 56
Binary 11100101 10111111 100 0 10001 1100010 1010 110010 1100001 101110

Color Harmonies of #E5BF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BF04

Black with #E5BF04

Text Example


Text Example

White with #E5BF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BF04; }

 p { color: rgb(229,191,4); }

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

background-color css

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

 a { background-color: rgb(229,191,4); }

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

border-color css

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

 span { border-color: rgb(229,191,4); }

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