Html Css Color HEX #ECE701 Golden Yellow

📋 copy color: '#ECE701'

red 236 ◦ green 231 ◦ blue 1

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

Shades of Golden Yellow #ECE701

Tints of Golden Yellow #ECE701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 50.43%
G = 49.36%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECE701 (or 0xECE701) is known color: Golden Yellow. HEX triplet: EC, E7 and 01. RGB value is (236,231,1). Sum of RGB (Red+Green+Blue) = 236+231+1=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 231 (90.62% from 255 or 49.36% from 468); Blue value is 1 (0.78% from 255 or 0.21% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE701 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE701 is #1318FE. Grayscale: #CFCFCF. Windows color (decimal): -1251583 or 124908. OLE color: 124908.

HSL color Cylindrical-coordinate representation of color #ECE701: hue angle of 58.72º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECE701 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 231 1 -
CMYK 0 0.02 1.00 0.07
HSL 58.72º 0.99% 0.46% -
HSV(B) 58.72º 1% 0.93% -
XYZ 63.17 74.99 11.17 -
YUV 206.28 12.16 149.2 -
System Red Green Blue C M Y K H S L
Decimal 236 231 1 0 0.02 1.00 0.07 58.72 0.99 0.46
Hex EC E7 1 0 2 64 7 3B 63 2E
Octal 354 347 1 0 2 144 7 73 143 56
Binary 11101100 11100111 1 0 10 1100100 111 111011 1100011 101110

Color Harmonies of #ECE701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE701

Black with #ECE701

Text Example


Text Example

White with #ECE701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE701; }

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

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

background-color css

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

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

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

border-color css

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

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

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