Html Css Color HEX #ECE006 Golden Yellow

📋 copy color: '#ECE006'

red 236 ◦ green 224 ◦ blue 6

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

Shades of Golden Yellow #ECE006

Tints of Golden Yellow #ECE006

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.07%

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

R = 50.64%
G = 48.07%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECE006 (or 0xECE006) is known color: Golden Yellow. HEX triplet: EC, E0 and 06. RGB value is (236,224,6). Sum of RGB (Red+Green+Blue) = 236+224+6=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 6 (2.73% from 255 or 1.29% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE006 is #131FF9. Grayscale: #CBCBCB. Windows color (decimal): -1253370 or 450796. OLE color: 450796.

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

Color convert

RGB 236 224 6 -
CMYK 0 0.05 0.97 0.07
HSL 56.87º 0.95% 0.47% -
HSV(B) 56.87º 0.97% 0.93% -
XYZ 61.28 71.16 10.68 -
YUV 202.74 16.98 151.73 -
System Red Green Blue C M Y K H S L
Decimal 236 224 6 0 0.05 0.97 0.07 56.87 0.95 0.47
Hex EC E0 6 0 5 61 7 39 5F 2F
Octal 354 340 6 0 5 141 7 71 137 57
Binary 11101100 11100000 110 0 101 1100001 111 111001 1011111 101111

Color Harmonies of #ECE006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE006

Black with #ECE006

Text Example


Text Example

White with #ECE006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE006; }

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

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

background-color css

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

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

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

border-color css

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

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

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