Html Css Color HEX #EDBE0B Golden Poppy

📋 copy color: '#EDBE0B'

red 237 ◦ green 190 ◦ blue 11

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

Shades of Golden Poppy #EDBE0B

Tints of Golden Poppy #EDBE0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.51%

R = 54.11%
G = 43.38%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDBE0B (or 0xEDBE0B) is known color: Golden Poppy. HEX triplet: ED, BE and 0B. RGB value is (237,190,11). Sum of RGB (Red+Green+Blue) = 237+190+11=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBE0B is #1241F4. Grayscale: #B8B8B8. Windows color (decimal): -1196533 or 769773. OLE color: 769773.

HSL color Cylindrical-coordinate representation of color #EDBE0B: hue angle of 47.52º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDBE0B is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 190 11 -
CMYK 0 0.20 0.95 0.07
HSL 47.52º 0.91% 0.49% -
HSV(B) 47.52º 0.95% 0.93% -
XYZ 53.4 54.86 8.09 -
YUV 183.65 30.57 166.05 -
System Red Green Blue C M Y K H S L
Decimal 237 190 11 0 0.20 0.95 0.07 47.52 0.91 0.49
Hex ED BE B 0 14 5F 7 30 5B 31
Octal 355 276 13 0 24 137 7 60 133 61
Binary 11101101 10111110 1011 0 10100 1011111 111 110000 1011011 110001

Color Harmonies of #EDBE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE0B

Black with #EDBE0B

Text Example


Text Example

White with #EDBE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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