Html Css Color HEX #ECE800 Golden Yellow

📋 copy color: '#ECE800'

red 236 ◦ green 232 ◦ blue 0

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

Shades of Golden Yellow #ECE800

Tints of Golden Yellow #ECE800

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.57%

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

R = 50.43%
G = 49.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECE800 (or 0xECE800) is known color: Golden Yellow. HEX triplet: EC, E8 and 00. RGB value is (236,232,0). Sum of RGB (Red+Green+Blue) = 236+232+0=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 232 (91.02% from 255 or 49.57% from 468); Blue value is 0 (0.39% from 255 or 0% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE800 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE800 is #1317FF. Grayscale: #CFCFCF. Windows color (decimal): -1251328 or 59628. OLE color: 59628.

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

Color convert

RGB 236 232 0 -
CMYK 0 0.02 1 0.07
HSL 58.98º 1% 0.46% -
HSV(B) 58.98º 1% 0.93% -
XYZ 63.45 75.55 11.24 -
YUV 206.75 11.33 148.86 -
System Red Green Blue C M Y K H S L
Decimal 236 232 0 0 0.02 1 0.07 58.98 1 0.46
Hex EC E8 0 0 2 64 7 3B 64 2E
Octal 354 350 0 0 2 144 7 73 144 56
Binary 11101100 11101000 0 0 10 1100100 111 111011 1100100 101110

Color Harmonies of #ECE800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE800

Black with #ECE800

Text Example


Text Example

White with #ECE800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE800; }

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

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

background-color css

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

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

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

border-color css

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

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

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