Html Css Color HEX #EDCA0A Golden Poppy

📋 copy color: '#EDCA0A'

red 237 ◦ green 202 ◦ blue 10

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

Shades of Golden Poppy #EDCA0A

Tints of Golden Poppy #EDCA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.23%

R = 52.78%
G = 44.99%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDCA0A (or 0xEDCA0A) is known color: Golden Poppy. HEX triplet: ED, CA and 0A. RGB value is (237,202,10). Sum of RGB (Red+Green+Blue) = 237+202+10=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCA0A is #1235F5. Grayscale: #BFBFBF. Windows color (decimal): -1193462 or 707309. OLE color: 707309.

HSL color Cylindrical-coordinate representation of color #EDCA0A: hue angle of 50.75º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDCA0A is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 202 10 -
CMYK 0 0.15 0.96 0.07
HSL 50.75º 0.92% 0.48% -
HSV(B) 50.75º 0.96% 0.93% -
XYZ 56.1 60.27 8.96 -
YUV 190.58 26.1 161.11 -
System Red Green Blue C M Y K H S L
Decimal 237 202 10 0 0.15 0.96 0.07 50.75 0.92 0.48
Hex ED CA A 0 F 60 7 33 5C 30
Octal 355 312 12 0 17 140 7 63 134 60
Binary 11101101 11001010 1010 0 1111 1100000 111 110011 1011100 110000

Color Harmonies of #EDCA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCA0A

Black with #EDCA0A

Text Example


Text Example

White with #EDCA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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