Html Css Color HEX #ECDC07 Golden Yellow

📋 copy color: '#ECDC07'

red 236 ◦ green 220 ◦ blue 7

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

Shades of Golden Yellow #ECDC07

Tints of Golden Yellow #ECDC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.51%

R = 50.97%
G = 47.52%
B = 1.51%

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

#ECDC07 (or 0xECDC07) is known color: Golden Yellow. HEX triplet: EC, DC and 07. RGB value is (236,220,7). Sum of RGB (Red+Green+Blue) = 236+220+7=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 7 (3.12% from 255 or 1.51% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDC07 is #1323F8. Grayscale: #C9C9C9. Windows color (decimal): -1254393 or 515308. OLE color: 515308.

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

Color convert

RGB 236 220 7 -
CMYK 0 0.07 0.97 0.07
HSL 55.81º 0.94% 0.48% -
HSV(B) 55.81º 0.97% 0.93% -
XYZ 60.22 69.03 10.35 -
YUV 200.5 18.8 153.32 -
System Red Green Blue C M Y K H S L
Decimal 236 220 7 0 0.07 0.97 0.07 55.81 0.94 0.48
Hex EC DC 7 0 7 61 7 38 5E 30
Octal 354 334 7 0 7 141 7 70 136 60
Binary 11101100 11011100 111 0 111 1100001 111 111000 1011110 110000

Color Harmonies of #ECDC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC07

Black with #ECDC07

Text Example


Text Example

White with #ECDC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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