Html Css Color HEX #ECC30C Golden Poppy

📋 copy color: '#ECC30C'

red 236 ◦ green 195 ◦ blue 12

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

Shades of Golden Poppy #ECC30C

Tints of Golden Poppy #ECC30C

RGB

 RED value IS 236 (92.58% from 255) = 53.27%

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

 BLUE value IS 12 (5.08% from 255) = 2.71%

R = 53.27%
G = 44.02%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECC30C (or 0xECC30C) is known color: Golden Poppy. HEX triplet: EC, C3 and 0C. RGB value is (236,195,12). Sum of RGB (Red+Green+Blue) = 236+195+12=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC30C is #133CF3. Grayscale: #BBBBBB. Windows color (decimal): -1260788 or 836588. OLE color: 836588.

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

Color convert

RGB 236 195 12 -
CMYK 0 0.17 0.95 0.07
HSL 49.02º 0.9% 0.49% -
HSV(B) 49.02º 0.95% 0.93% -
XYZ 54.17 56.89 8.47 -
YUV 186.4 29.58 163.38 -
System Red Green Blue C M Y K H S L
Decimal 236 195 12 0 0.17 0.95 0.07 49.02 0.9 0.49
Hex EC C3 C 0 11 5F 7 31 5A 31
Octal 354 303 14 0 21 137 7 61 132 61
Binary 11101100 11000011 1100 0 10001 1011111 111 110001 1011010 110001

Color Harmonies of #ECC30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC30C

Black with #ECC30C

Text Example


Text Example

White with #ECC30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC30C; }

 p { color: rgb(236,195,12); }

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

background-color css

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

 a { background-color: rgb(236,195,12); }

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

border-color css

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

 span { border-color: rgb(236,195,12); }

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