Html Css Color HEX #ECE300 Golden Yellow

📋 copy color: '#ECE300'

red 236 ◦ green 227 ◦ blue 0

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

Shades of Golden Yellow #ECE300

Tints of Golden Yellow #ECE300

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.03%

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

R = 50.97%
G = 49.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECE300 (or 0xECE300) is known color: Golden Yellow. HEX triplet: EC, E3 and 00. RGB value is (236,227,0). Sum of RGB (Red+Green+Blue) = 236+227+0=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE300 is #131CFF. Grayscale: #CCCCCC. Windows color (decimal): -1252608 or 58348. OLE color: 58348.

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

Color convert

RGB 236 227 0 -
CMYK 0 0.04 1 0.07
HSL 57.71º 1% 0.46% -
HSV(B) 57.71º 1% 0.93% -
XYZ 62.06 72.77 10.78 -
YUV 203.81 12.98 150.96 -
System Red Green Blue C M Y K H S L
Decimal 236 227 0 0 0.04 1 0.07 57.71 1 0.46
Hex EC E3 0 0 4 64 7 3A 64 2E
Octal 354 343 0 0 4 144 7 72 144 56
Binary 11101100 11100011 0 0 100 1100100 111 111010 1100100 101110

Color Harmonies of #ECE300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE300

Black with #ECE300

Text Example


Text Example

White with #ECE300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE300; }

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

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

background-color css

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

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

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

border-color css

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

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

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