Html Css Color HEX #EDBF04 Golden Poppy

📋 copy color: '#EDBF04'

red 237 ◦ green 191 ◦ blue 4

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

Shades of Golden Poppy #EDBF04

Tints of Golden Poppy #EDBF04

RGB

 RED value IS 237 (92.97% from 255) = 54.86%

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

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

R = 54.86%
G = 44.21%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDBF04 (or 0xEDBF04) is known color: Golden Poppy. HEX triplet: ED, BF and 04. RGB value is (237,191,4). Sum of RGB (Red+Green+Blue) = 237+191+4=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 4 (1.95% from 255 or 0.93% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBF04 is #1240FB. Grayscale: #B8B8B8. Windows color (decimal): -1196284 or 311277. OLE color: 311277.

HSL color Cylindrical-coordinate representation of color #EDBF04: hue angle of 48.15º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDBF04 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 191 4 -
CMYK 0 0.19 0.98 0.07
HSL 48.15º 0.97% 0.47% -
HSV(B) 48.15º 0.98% 0.93% -
XYZ 53.58 55.27 7.96 -
YUV 183.44 26.74 166.21 -
System Red Green Blue C M Y K H S L
Decimal 237 191 4 0 0.19 0.98 0.07 48.15 0.97 0.47
Hex ED BF 4 0 13 62 7 30 61 2F
Octal 355 277 4 0 23 142 7 60 141 57
Binary 11101101 10111111 100 0 10011 1100010 111 110000 1100001 101111

Color Harmonies of #EDBF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBF04

Black with #EDBF04

Text Example


Text Example

White with #EDBF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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