Html Css Color HEX #EDBE0C Golden Poppy

📋 copy color: '#EDBE0C'

red 237 ◦ green 190 ◦ blue 12

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

Shades of Golden Poppy #EDBE0C

Tints of Golden Poppy #EDBE0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.73%

R = 53.99%
G = 43.28%
B = 2.73%

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

#EDBE0C (or 0xEDBE0C) is known color: Golden Poppy. HEX triplet: ED, BE and 0C. RGB value is (237,190,12). Sum of RGB (Red+Green+Blue) = 237+190+12=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBE0C is #1241F3. Grayscale: #B8B8B8. Windows color (decimal): -1196532 or 835309. OLE color: 835309.

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

Color convert

RGB 237 190 12 -
CMYK 0 0.20 0.95 0.07
HSL 47.47º 0.9% 0.49% -
HSV(B) 47.47º 0.95% 0.93% -
XYZ 53.4 54.86 8.12 -
YUV 183.76 31.07 165.97 -
System Red Green Blue C M Y K H S L
Decimal 237 190 12 0 0.20 0.95 0.07 47.47 0.9 0.49
Hex ED BE C 0 14 5F 7 2F 5A 31
Octal 355 276 14 0 24 137 7 57 132 61
Binary 11101101 10111110 1100 0 10100 1011111 111 101111 1011010 110001

Color Harmonies of #EDBE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE0C

Black with #EDBE0C

Text Example


Text Example

White with #EDBE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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