Html Css Color HEX #ECE002 Golden Yellow

📋 copy color: '#ECE002'

red 236 ◦ green 224 ◦ blue 2

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

Shades of Golden Yellow #ECE002

Tints of Golden Yellow #ECE002

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.48%

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

R = 51.08%
G = 48.48%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECE002 (or 0xECE002) is known color: Golden Yellow. HEX triplet: EC, E0 and 02. RGB value is (236,224,2). Sum of RGB (Red+Green+Blue) = 236+224+2=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 2 (1.17% from 255 or 0.43% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE002 is #131FFD. Grayscale: #CBCBCB. Windows color (decimal): -1253374 or 188652. OLE color: 188652.

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

Color convert

RGB 236 224 2 -
CMYK 0 0.05 0.99 0.07
HSL 56.92º 0.98% 0.47% -
HSV(B) 56.92º 0.99% 0.93% -
XYZ 61.26 71.15 10.56 -
YUV 202.28 14.98 152.05 -
System Red Green Blue C M Y K H S L
Decimal 236 224 2 0 0.05 0.99 0.07 56.92 0.98 0.47
Hex EC E0 2 0 5 63 7 39 62 2F
Octal 354 340 2 0 5 143 7 71 142 57
Binary 11101100 11100000 10 0 101 1100011 111 111001 1100010 101111

Color Harmonies of #ECE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE002

Black with #ECE002

Text Example


Text Example

White with #ECE002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE002; }

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

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

background-color css

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

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

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

border-color css

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

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

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