Html Css Color HEX #ECDE08 Golden Yellow

📋 copy color: '#ECDE08'

red 236 ◦ green 222 ◦ blue 8

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

Shades of Golden Yellow #ECDE08

Tints of Golden Yellow #ECDE08

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.64%

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

R = 50.64%
G = 47.64%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECDE08 (or 0xECDE08) is known color: Golden Yellow. HEX triplet: EC, DE and 08. RGB value is (236,222,8). Sum of RGB (Red+Green+Blue) = 236+222+8=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 8 (3.52% from 255 or 1.72% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDE08 is #1321F7. Grayscale: #CACACA. Windows color (decimal): -1253880 or 581356. OLE color: 581356.

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

Color convert

RGB 236 222 8 -
CMYK 0 0.06 0.97 0.07
HSL 56.32º 0.93% 0.48% -
HSV(B) 56.32º 0.97% 0.93% -
XYZ 60.76 70.09 10.56 -
YUV 201.79 18.64 152.4 -
System Red Green Blue C M Y K H S L
Decimal 236 222 8 0 0.06 0.97 0.07 56.32 0.93 0.48
Hex EC DE 8 0 6 61 7 38 5D 30
Octal 354 336 10 0 6 141 7 70 135 60
Binary 11101100 11011110 1000 0 110 1100001 111 111000 1011101 110000

Color Harmonies of #ECDE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE08

Black with #ECDE08

Text Example


Text Example

White with #ECDE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE08; }

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

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

background-color css

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

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

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

border-color css

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

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

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