Html Css Color HEX #EDCA0B Golden Poppy

📋 copy color: '#EDCA0B'

red 237 ◦ green 202 ◦ blue 11

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

Shades of Golden Poppy #EDCA0B

Tints of Golden Poppy #EDCA0B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.89%

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

R = 52.67%
G = 44.89%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDCA0B (or 0xEDCA0B) is known color: Golden Poppy. HEX triplet: ED, CA and 0B. RGB value is (237,202,11). Sum of RGB (Red+Green+Blue) = 237+202+11=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 11 (4.69% from 255 or 2.44% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCA0B is #1235F4. Grayscale: #BFBFBF. Windows color (decimal): -1193461 or 772845. OLE color: 772845.

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

Color convert

RGB 237 202 11 -
CMYK 0 0.15 0.95 0.07
HSL 50.71º 0.91% 0.49% -
HSV(B) 50.71º 0.95% 0.93% -
XYZ 56.11 60.27 8.99 -
YUV 190.69 26.6 161.03 -
System Red Green Blue C M Y K H S L
Decimal 237 202 11 0 0.15 0.95 0.07 50.71 0.91 0.49
Hex ED CA B 0 F 5F 7 33 5B 31
Octal 355 312 13 0 17 137 7 63 133 61
Binary 11101101 11001010 1011 0 1111 1011111 111 110011 1011011 110001

Color Harmonies of #EDCA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCA0B

Black with #EDCA0B

Text Example


Text Example

White with #EDCA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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