Html Css Color HEX #ECE700 Golden Yellow

📋 copy color: '#ECE700'

red 236 ◦ green 231 ◦ blue 0

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

Shades of Golden Yellow #ECE700

Tints of Golden Yellow #ECE700

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.46%

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

R = 50.54%
G = 49.46%
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

#ECE700 (or 0xECE700) is known color: Golden Yellow. HEX triplet: EC, E7 and 00. RGB value is (236,231,0). Sum of RGB (Red+Green+Blue) = 236+231+0=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 231 (90.62% from 255 or 49.46% from 467); Blue value is 0 (0.39% from 255 or 0% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE700 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE700 is #1318FF. Grayscale: #CFCFCF. Windows color (decimal): -1251584 or 59372. OLE color: 59372.

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

Color convert

RGB 236 231 0 -
CMYK 0 0.02 1 0.07
HSL 58.73º 1% 0.46% -
HSV(B) 58.73º 1% 0.93% -
XYZ 63.17 74.98 11.14 -
YUV 206.16 11.66 149.28 -
System Red Green Blue C M Y K H S L
Decimal 236 231 0 0 0.02 1 0.07 58.73 1 0.46
Hex EC E7 0 0 2 64 7 3B 64 2E
Octal 354 347 0 0 2 144 7 73 144 56
Binary 11101100 11100111 0 0 10 1100100 111 111011 1100100 101110

Color Harmonies of #ECE700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE700

Black with #ECE700

Text Example


Text Example

White with #ECE700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE700; }

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

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

background-color css

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

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

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

border-color css

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

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

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