Html Css Color HEX #ECE205 Golden Yellow

📋 copy color: '#ECE205'

red 236 ◦ green 226 ◦ blue 5

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

Shades of Golden Yellow #ECE205

Tints of Golden Yellow #ECE205

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.39%

 BLUE value IS 5 (2.34% from 255) = 1.07%

R = 50.54%
G = 48.39%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECE205 (or 0xECE205) is known color: Golden Yellow. HEX triplet: EC, E2 and 05. RGB value is (236,226,5). Sum of RGB (Red+Green+Blue) = 236+226+5=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 5 (2.34% from 255 or 1.07% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE205 is #131DFA. Grayscale: #CCCCCC. Windows color (decimal): -1252859 or 385772. OLE color: 385772.

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

Color convert

RGB 236 226 5 -
CMYK 0 0.04 0.98 0.07
HSL 57.4º 0.96% 0.47% -
HSV(B) 57.4º 0.98% 0.93% -
XYZ 61.82 72.24 10.83 -
YUV 203.8 15.81 150.97 -
System Red Green Blue C M Y K H S L
Decimal 236 226 5 0 0.04 0.98 0.07 57.4 0.96 0.47
Hex EC E2 5 0 4 62 7 39 60 2F
Octal 354 342 5 0 4 142 7 71 140 57
Binary 11101100 11100010 101 0 100 1100010 111 111001 1100000 101111

Color Harmonies of #ECE205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE205

Black with #ECE205

Text Example


Text Example

White with #ECE205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE205; }

 p { color: rgb(236,226,5); }

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

background-color css

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

 a { background-color: rgb(236,226,5); }

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

border-color css

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

 span { border-color: rgb(236,226,5); }

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