Html Css Color HEX #ECDC08 Golden Yellow

📋 copy color: '#ECDC08'

red 236 ◦ green 220 ◦ blue 8

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

Shades of Golden Yellow #ECDC08

Tints of Golden Yellow #ECDC08

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.41%

 BLUE value IS 8 (3.52% from 255) = 1.72%

R = 50.86%
G = 47.41%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECDC08 (or 0xECDC08) is known color: Golden Yellow. HEX triplet: EC, DC and 08. RGB value is (236,220,8). Sum of RGB (Red+Green+Blue) = 236+220+8=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 8 (3.52% from 255 or 1.72% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDC08 is #1323F7. Grayscale: #C9C9C9. Windows color (decimal): -1254392 or 580844. OLE color: 580844.

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

Color convert

RGB 236 220 8 -
CMYK 0 0.07 0.97 0.07
HSL 55.79º 0.93% 0.48% -
HSV(B) 55.79º 0.97% 0.93% -
XYZ 60.23 69.04 10.38 -
YUV 200.62 19.3 153.24 -
System Red Green Blue C M Y K H S L
Decimal 236 220 8 0 0.07 0.97 0.07 55.79 0.93 0.48
Hex EC DC 8 0 7 61 7 38 5D 30
Octal 354 334 10 0 7 141 7 70 135 60
Binary 11101100 11011100 1000 0 111 1100001 111 111000 1011101 110000

Color Harmonies of #ECDC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC08

Black with #ECDC08

Text Example


Text Example

White with #ECDC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC08; }

 p { color: rgb(236,220,8); }

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

background-color css

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

 a { background-color: rgb(236,220,8); }

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

border-color css

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

 span { border-color: rgb(236,220,8); }

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