Html Css Color HEX #EDC30A Golden Poppy

📋 copy color: '#EDC30A'

red 237 ◦ green 195 ◦ blue 10

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

Shades of Golden Poppy #EDC30A

Tints of Golden Poppy #EDC30A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.12%

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

R = 53.62%
G = 44.12%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDC30A (or 0xEDC30A) is known color: Golden Poppy. HEX triplet: ED, C3 and 0A. RGB value is (237,195,10). Sum of RGB (Red+Green+Blue) = 237+195+10=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 10 (4.30% from 255 or 2.26% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC30A is #123CF5. Grayscale: #BBBBBB. Windows color (decimal): -1195254 or 705517. OLE color: 705517.

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

Color convert

RGB 237 195 10 -
CMYK 0 0.18 0.96 0.07
HSL 48.9º 0.92% 0.48% -
HSV(B) 48.9º 0.96% 0.93% -
XYZ 54.49 57.06 8.43 -
YUV 186.47 28.41 164.04 -
System Red Green Blue C M Y K H S L
Decimal 237 195 10 0 0.18 0.96 0.07 48.9 0.92 0.48
Hex ED C3 A 0 12 60 7 31 5C 30
Octal 355 303 12 0 22 140 7 61 134 60
Binary 11101101 11000011 1010 0 10010 1100000 111 110001 1011100 110000

Color Harmonies of #EDC30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC30A

Black with #EDC30A

Text Example


Text Example

White with #EDC30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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