Html Css Color HEX #EDBE00 Golden Poppy

📋 copy color: '#EDBE00'

red 237 ◦ green 190 ◦ blue 0

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

Shades of Golden Poppy #EDBE00

Tints of Golden Poppy #EDBE00

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.5%

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

R = 55.5%
G = 44.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDBE00 (or 0xEDBE00) is known color: Golden Poppy. HEX triplet: ED, BE and 00. RGB value is (237,190,0). Sum of RGB (Red+Green+Blue) = 237+190+0=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBE00 is #1241FF. Grayscale: #B7B7B7. Windows color (decimal): -1196544 or 48877. OLE color: 48877.

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

Color convert

RGB 237 190 0 -
CMYK 0 0.20 1 0.07
HSL 48.1º 1% 0.46% -
HSV(B) 48.1º 1% 0.93% -
XYZ 53.34 54.83 7.77 -
YUV 182.39 25.07 166.95 -
System Red Green Blue C M Y K H S L
Decimal 237 190 0 0 0.20 1 0.07 48.1 1 0.46
Hex ED BE 0 0 14 64 7 30 64 2E
Octal 355 276 0 0 24 144 7 60 144 56
Binary 11101101 10111110 0 0 10100 1100100 111 110000 1100100 101110

Color Harmonies of #EDBE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE00

Black with #EDBE00

Text Example


Text Example

White with #EDBE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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