Html Css Color HEX #EDBC0B Golden Poppy

📋 copy color: '#EDBC0B'

red 237 ◦ green 188 ◦ blue 11

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

Shades of Golden Poppy #EDBC0B

Tints of Golden Poppy #EDBC0B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.12%

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

R = 54.36%
G = 43.12%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDBC0B (or 0xEDBC0B) is known color: Golden Poppy. HEX triplet: ED, BC and 0B. RGB value is (237,188,11). Sum of RGB (Red+Green+Blue) = 237+188+11=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBC0B is #1243F4. Grayscale: #B7B7B7. Windows color (decimal): -1197045 or 769261. OLE color: 769261.

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

Color convert

RGB 237 188 11 -
CMYK 0 0.21 0.95 0.07
HSL 46.99º 0.91% 0.49% -
HSV(B) 46.99º 0.95% 0.93% -
XYZ 52.97 54 7.95 -
YUV 182.47 31.23 166.89 -
System Red Green Blue C M Y K H S L
Decimal 237 188 11 0 0.21 0.95 0.07 46.99 0.91 0.49
Hex ED BC B 0 15 5F 7 2F 5B 31
Octal 355 274 13 0 25 137 7 57 133 61
Binary 11101101 10111100 1011 0 10101 1011111 111 101111 1011011 110001

Color Harmonies of #EDBC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC0B

Black with #EDBC0B

Text Example


Text Example

White with #EDBC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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