Html Css Color HEX #ECDB00 Golden Yellow

📋 copy color: '#ECDB00'

red 236 ◦ green 219 ◦ blue 0

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

Shades of Golden Yellow #ECDB00

Tints of Golden Yellow #ECDB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.87%
G = 48.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECDB00 (or 0xECDB00) is known color: Golden Yellow. HEX triplet: EC, DB and 00. RGB value is (236,219,0). Sum of RGB (Red+Green+Blue) = 236+219+0=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 0 (0.39% from 255 or 0% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDB00 is #1324FF. Grayscale: #C8C8C8. Windows color (decimal): -1254656 or 56300. OLE color: 56300.

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

Color convert

RGB 236 219 0 -
CMYK 0 0.07 1 0.07
HSL 55.68º 1% 0.46% -
HSV(B) 55.68º 1% 0.93% -
XYZ 59.92 68.5 10.06 -
YUV 199.12 15.63 154.31 -
System Red Green Blue C M Y K H S L
Decimal 236 219 0 0 0.07 1 0.07 55.68 1 0.46
Hex EC DB 0 0 7 64 7 38 64 2E
Octal 354 333 0 0 7 144 7 70 144 56
Binary 11101100 11011011 0 0 111 1100100 111 111000 1100100 101110

Color Harmonies of #ECDB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB00

Black with #ECDB00

Text Example


Text Example

White with #ECDB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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