Html Css Color HEX #ECE000 Golden Yellow

📋 copy color: '#ECE000'

red 236 ◦ green 224 ◦ blue 0

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

Shades of Golden Yellow #ECE000

Tints of Golden Yellow #ECE000

RGB

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

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

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

R = 51.3%
G = 48.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECE000 (or 0xECE000) is known color: Golden Yellow. HEX triplet: EC, E0 and 00. RGB value is (236,224,0). Sum of RGB (Red+Green+Blue) = 236+224+0=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE000 is #131FFF. Grayscale: #CACACA. Windows color (decimal): -1253376 or 57580. OLE color: 57580.

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

Color convert

RGB 236 224 0 -
CMYK 0 0.05 1 0.07
HSL 56.95º 1% 0.46% -
HSV(B) 56.95º 1% 0.93% -
XYZ 61.25 71.14 10.5 -
YUV 202.05 13.98 152.21 -
System Red Green Blue C M Y K H S L
Decimal 236 224 0 0 0.05 1 0.07 56.95 1 0.46
Hex EC E0 0 0 5 64 7 39 64 2E
Octal 354 340 0 0 5 144 7 71 144 56
Binary 11101100 11100000 0 0 101 1100100 111 111001 1100100 101110

Color Harmonies of #ECE000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE000

Black with #ECE000

Text Example


Text Example

White with #ECE000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE000; }

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

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

background-color css

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

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

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

border-color css

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

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

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