Html Css Color HEX #EDC306 Golden Poppy

📋 copy color: '#EDC306'

red 237 ◦ green 195 ◦ blue 6

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

Shades of Golden Poppy #EDC306

Tints of Golden Poppy #EDC306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.37%

R = 54.11%
G = 44.52%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDC306 (or 0xEDC306) is known color: Golden Poppy. HEX triplet: ED, C3 and 06. RGB value is (237,195,6). Sum of RGB (Red+Green+Blue) = 237+195+6=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 6 (2.73% from 255 or 1.37% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC306 is #123CF9. Grayscale: #BABABA. Windows color (decimal): -1195258 or 443373. OLE color: 443373.

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

Color convert

RGB 237 195 6 -
CMYK 0 0.18 0.97 0.07
HSL 49.09º 0.95% 0.48% -
HSV(B) 49.09º 0.97% 0.93% -
XYZ 54.47 57.05 8.31 -
YUV 186.01 26.41 164.37 -
System Red Green Blue C M Y K H S L
Decimal 237 195 6 0 0.18 0.97 0.07 49.09 0.95 0.48
Hex ED C3 6 0 12 61 7 31 5F 30
Octal 355 303 6 0 22 141 7 61 137 60
Binary 11101101 11000011 110 0 10010 1100001 111 110001 1011111 110000

Color Harmonies of #EDC306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC306

Black with #EDC306

Text Example


Text Example

White with #EDC306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC306; }

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

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

background-color css

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

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

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

border-color css

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

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

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