Html Css Color HEX #ECE305 Golden Yellow

📋 copy color: '#ECE305'

red 236 ◦ green 227 ◦ blue 5

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

Shades of Golden Yellow #ECE305

Tints of Golden Yellow #ECE305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.07%

R = 50.43%
G = 48.5%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECE305 (or 0xECE305) is known color: Golden Yellow. HEX triplet: EC, E3 and 05. RGB value is (236,227,5). Sum of RGB (Red+Green+Blue) = 236+227+5=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 5 (2.34% from 255 or 1.07% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE305 is #131CFA. Grayscale: #CDCDCD. Windows color (decimal): -1252603 or 386028. OLE color: 386028.

HSL color Cylindrical-coordinate representation of color #ECE305: hue angle of 57.66º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECE305 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 227 5 -
CMYK 0 0.04 0.98 0.07
HSL 57.66º 0.96% 0.47% -
HSV(B) 57.66º 0.98% 0.93% -
XYZ 62.09 72.78 10.92 -
YUV 204.38 15.48 150.55 -
System Red Green Blue C M Y K H S L
Decimal 236 227 5 0 0.04 0.98 0.07 57.66 0.96 0.47
Hex EC E3 5 0 4 62 7 3A 60 2F
Octal 354 343 5 0 4 142 7 72 140 57
Binary 11101100 11100011 101 0 100 1100010 111 111010 1100000 101111

Color Harmonies of #ECE305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE305

Black with #ECE305

Text Example


Text Example

White with #ECE305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE305; }

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

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

background-color css

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

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

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

border-color css

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

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

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