Html Css Color HEX #EDBF00 Golden Poppy

📋 copy color: '#EDBF00'

red 237 ◦ green 191 ◦ blue 0

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

Shades of Golden Poppy #EDBF00

Tints of Golden Poppy #EDBF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.37%
G = 44.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDBF00 (or 0xEDBF00) is known color: Golden Poppy. HEX triplet: ED, BF and 00. RGB value is (237,191,0). Sum of RGB (Red+Green+Blue) = 237+191+0=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBF00 is #1240FF. Grayscale: #B7B7B7. Windows color (decimal): -1196288 or 49133. OLE color: 49133.

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

Color convert

RGB 237 191 0 -
CMYK 0 0.19 1 0.07
HSL 48.35º 1% 0.46% -
HSV(B) 48.35º 1% 0.93% -
XYZ 53.56 55.27 7.84 -
YUV 182.98 24.74 166.53 -
System Red Green Blue C M Y K H S L
Decimal 237 191 0 0 0.19 1 0.07 48.35 1 0.46
Hex ED BF 0 0 13 64 7 30 64 2E
Octal 355 277 0 0 23 144 7 60 144 56
Binary 11101101 10111111 0 0 10011 1100100 111 110000 1100100 101110

Color Harmonies of #EDBF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBF00

Black with #EDBF00

Text Example


Text Example

White with #EDBF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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