Html Css Color HEX #EDBF01 Golden Poppy

📋 copy color: '#EDBF01'

red 237 ◦ green 191 ◦ blue 1

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

Shades of Golden Poppy #EDBF01

Tints of Golden Poppy #EDBF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 55.24%
G = 44.52%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDBF01 (or 0xEDBF01) is known color: Golden Poppy. HEX triplet: ED, BF and 01. RGB value is (237,191,1). Sum of RGB (Red+Green+Blue) = 237+191+1=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBF01 is #1240FE. Grayscale: #B7B7B7. Windows color (decimal): -1196287 or 114669. OLE color: 114669.

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

Color convert

RGB 237 191 1 -
CMYK 0 0.19 1.00 0.07
HSL 48.31º 0.99% 0.47% -
HSV(B) 48.31º 1% 0.93% -
XYZ 53.56 55.27 7.87 -
YUV 183.09 25.24 166.45 -
System Red Green Blue C M Y K H S L
Decimal 237 191 1 0 0.19 1.00 0.07 48.31 0.99 0.47
Hex ED BF 1 0 13 64 7 30 63 2F
Octal 355 277 1 0 23 144 7 60 143 57
Binary 11101101 10111111 1 0 10011 1100100 111 110000 1100011 101111

Color Harmonies of #EDBF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBF01

Black with #EDBF01

Text Example


Text Example

White with #EDBF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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