Html Css Color HEX #ECE602 Golden Yellow

📋 copy color: '#ECE602'

red 236 ◦ green 230 ◦ blue 2

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

Shades of Golden Yellow #ECE602

Tints of Golden Yellow #ECE602

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.15%

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 50.43%
G = 49.15%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECE602 (or 0xECE602) is known color: Golden Yellow. HEX triplet: EC, E6 and 02. RGB value is (236,230,2). Sum of RGB (Red+Green+Blue) = 236+230+2=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 230 (90.23% from 255 or 49.15% from 468); Blue value is 2 (1.17% from 255 or 0.43% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE602 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE602 is #1319FD. Grayscale: #CECECE. Windows color (decimal): -1251838 or 190188. OLE color: 190188.

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

Color convert

RGB 236 230 2 -
CMYK 0 0.03 0.99 0.07
HSL 58.46º 0.98% 0.47% -
HSV(B) 58.46º 0.99% 0.93% -
XYZ 62.9 74.43 11.11 -
YUV 205.8 12.99 149.54 -
System Red Green Blue C M Y K H S L
Decimal 236 230 2 0 0.03 0.99 0.07 58.46 0.98 0.47
Hex EC E6 2 0 3 63 7 3A 62 2F
Octal 354 346 2 0 3 143 7 72 142 57
Binary 11101100 11100110 10 0 11 1100011 111 111010 1100010 101111

Color Harmonies of #ECE602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE602

Black with #ECE602

Text Example


Text Example

White with #ECE602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE602; }

 p { color: rgb(236,230,2); }

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

background-color css

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

 a { background-color: rgb(236,230,2); }

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

border-color css

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

 span { border-color: rgb(236,230,2); }

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