Html Css Color HEX #EDBF05 Golden Poppy

📋 copy color: '#EDBF05'

red 237 ◦ green 191 ◦ blue 5

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

Shades of Golden Poppy #EDBF05

Tints of Golden Poppy #EDBF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.15%

R = 54.73%
G = 44.11%
B = 1.15%

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

#EDBF05 (or 0xEDBF05) is known color: Golden Poppy. HEX triplet: ED, BF and 05. RGB value is (237,191,5). Sum of RGB (Red+Green+Blue) = 237+191+5=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBF05 is #1240FA. Grayscale: #B8B8B8. Windows color (decimal): -1196283 or 376813. OLE color: 376813.

HSL color Cylindrical-coordinate representation of color #EDBF05: hue angle of 48.1º degrees, saturation: 0.96, 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 #EDBF05 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 191 5 -
CMYK 0 0.19 0.98 0.07
HSL 48.1º 0.96% 0.47% -
HSV(B) 48.1º 0.98% 0.93% -
XYZ 53.58 55.28 7.99 -
YUV 183.55 27.24 166.12 -
System Red Green Blue C M Y K H S L
Decimal 237 191 5 0 0.19 0.98 0.07 48.1 0.96 0.47
Hex ED BF 5 0 13 62 7 30 60 2F
Octal 355 277 5 0 23 142 7 60 140 57
Binary 11101101 10111111 101 0 10011 1100010 111 110000 1100000 101111

Color Harmonies of #EDBF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBF05

Black with #EDBF05

Text Example


Text Example

White with #EDBF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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