Html Css Color HEX #ECEC40 Starship

📋 copy color: '#ECEC40'

red 236 ◦ green 236 ◦ blue 64

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

Shades of Starship #ECEC40

Tints of Starship #ECEC40

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.03%

 BLUE value IS 64 (25.39% from 255) = 11.94%

R = 44.03%
G = 44.03%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECEC40 (or 0xECEC40) is known color: Starship. HEX triplet: EC, EC and 40. RGB value is (236,236,64). Sum of RGB (Red+Green+Blue) = 236+236+64=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 64 (25.39% from 255 or 11.94% from 536); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEC40 is #1313BF. Grayscale: #D9D9D9. Windows color (decimal): -1250240 or 4254956. OLE color: 4254956.

HSL color Cylindrical-coordinate representation of color #ECEC40: hue angle of 60º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECEC40 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 236 64 -
CMYK 0 0 0.73 0.07
HSL 60º 0.82% 0.59% -
HSV(B) 60º 0.73% 0.93% -
XYZ 65.51 78.19 16.49 -
YUV 216.39 42 141.99 -
System Red Green Blue C M Y K H S L
Decimal 236 236 64 0 0 0.73 0.07 60 0.82 0.59
Hex EC EC 40 0 0 49 7 3C 52 3B
Octal 354 354 100 0 0 111 7 74 122 73
Binary 11101100 11101100 1000000 0 0 1001001 111 111100 1010010 111011

Color Harmonies of #ECEC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC40

Black with #ECEC40

Text Example


Text Example

White with #ECEC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC40; }

 p { color: rgb(236,236,64); }

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

background-color css

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

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

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

border-color css

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

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

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