Html Css Color HEX #ECE702 Golden Yellow

📋 copy color: '#ECE702'

red 236 ◦ green 231 ◦ blue 2

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

Shades of Golden Yellow #ECE702

Tints of Golden Yellow #ECE702

RGB

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

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

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

R = 50.32%
G = 49.25%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECE702 (or 0xECE702) is known color: Golden Yellow. HEX triplet: EC, E7 and 02. RGB value is (236,231,2). Sum of RGB (Red+Green+Blue) = 236+231+2=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 231 (90.62% from 255 or 49.25% from 469); Blue value is 2 (1.17% from 255 or 0.43% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE702 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE702 is #1318FD. Grayscale: #CFCFCF. Windows color (decimal): -1251582 or 190444. OLE color: 190444.

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

Color convert

RGB 236 231 2 -
CMYK 0 0.02 0.99 0.07
HSL 58.72º 0.98% 0.47% -
HSV(B) 58.72º 0.99% 0.93% -
XYZ 63.18 74.99 11.2 -
YUV 206.39 12.66 149.12 -
System Red Green Blue C M Y K H S L
Decimal 236 231 2 0 0.02 0.99 0.07 58.72 0.98 0.47
Hex EC E7 2 0 2 63 7 3B 62 2F
Octal 354 347 2 0 2 143 7 73 142 57
Binary 11101100 11100111 10 0 10 1100011 111 111011 1100010 101111

Color Harmonies of #ECE702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE702

Black with #ECE702

Text Example


Text Example

White with #ECE702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE702; }

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

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

background-color css

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

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

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

border-color css

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

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

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