Html Css Color HEX #ECDB06 Golden Yellow

📋 copy color: '#ECDB06'

red 236 ◦ green 219 ◦ blue 6

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

Shades of Golden Yellow #ECDB06

Tints of Golden Yellow #ECDB06

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.51%

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

R = 51.19%
G = 47.51%
B = 1.3%

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

#ECDB06 (or 0xECDB06) is known color: Golden Yellow. HEX triplet: EC, DB and 06. RGB value is (236,219,6). Sum of RGB (Red+Green+Blue) = 236+219+6=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 6 (2.73% from 255 or 1.30% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDB06 is #1324F9. Grayscale: #C8C8C8. Windows color (decimal): -1254650 or 449516. OLE color: 449516.

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

Color convert

RGB 236 219 6 -
CMYK 0 0.07 0.97 0.07
HSL 55.57º 0.95% 0.47% -
HSV(B) 55.57º 0.97% 0.93% -
XYZ 59.96 68.51 10.24 -
YUV 199.8 18.63 153.82 -
System Red Green Blue C M Y K H S L
Decimal 236 219 6 0 0.07 0.97 0.07 55.57 0.95 0.47
Hex EC DB 6 0 7 61 7 38 5F 2F
Octal 354 333 6 0 7 141 7 70 137 57
Binary 11101100 11011011 110 0 111 1100001 111 111000 1011111 101111

Color Harmonies of #ECDB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB06

Black with #ECDB06

Text Example


Text Example

White with #ECDB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB06; }

 p { color: rgb(236,219,6); }

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

background-color css

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

 a { background-color: rgb(236,219,6); }

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

border-color css

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

 span { border-color: rgb(236,219,6); }

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