Html Css Color HEX #EDC102 Golden Poppy

📋 copy color: '#EDC102'

red 237 ◦ green 193 ◦ blue 2

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

Shades of Golden Poppy #EDC102

Tints of Golden Poppy #EDC102

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.68%

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 54.86%
G = 44.68%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDC102 (or 0xEDC102) is known color: Golden Poppy. HEX triplet: ED, C1 and 02. RGB value is (237,193,2). Sum of RGB (Red+Green+Blue) = 237+193+2=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC102 is #123EFD. Grayscale: #B9B9B9. Windows color (decimal): -1195774 or 180717. OLE color: 180717.

HSL color Cylindrical-coordinate representation of color #EDC102: hue angle of 48.77º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDC102 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 193 2 -
CMYK 0 0.19 0.99 0.07
HSL 48.77º 0.98% 0.47% -
HSV(B) 48.77º 0.99% 0.93% -
XYZ 54.01 56.15 8.05 -
YUV 184.38 25.08 165.53 -
System Red Green Blue C M Y K H S L
Decimal 237 193 2 0 0.19 0.99 0.07 48.77 0.98 0.47
Hex ED C1 2 0 13 63 7 31 62 2F
Octal 355 301 2 0 23 143 7 61 142 57
Binary 11101101 11000001 10 0 10011 1100011 111 110001 1100010 101111

Color Harmonies of #EDC102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC102

Black with #EDC102

Text Example


Text Example

White with #EDC102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC102; }

 p { color: rgb(237,193,2); }

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

background-color css

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

 a { background-color: rgb(237,193,2); }

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

border-color css

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

 span { border-color: rgb(237,193,2); }

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