Html Css Color HEX #ECEC42 Starship

📋 copy color: '#ECEC42'

red 236 ◦ green 236 ◦ blue 66

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

Shades of Starship #ECEC42

Tints of Starship #ECEC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.27%

R = 43.87%
G = 43.87%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ECEC42 (or 0xECEC42) is known color: Starship. HEX triplet: EC, EC and 42. RGB value is (236,236,66). Sum of RGB (Red+Green+Blue) = 236+236+66=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 66 (26.17% from 255 or 12.27% from 538); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEC42 is #1313BD. Grayscale: #D9D9D9. Windows color (decimal): -1250238 or 4386028. OLE color: 4386028.

HSL color Cylindrical-coordinate representation of color #ECEC42: 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.72%. Process color model (Four color, CMYK) of #ECEC42 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 236 66 -
CMYK 0 0 0.72 0.07
HSL 60º 0.82% 0.59% -
HSV(B) 60º 0.72% 0.93% -
XYZ 65.57 78.22 16.8 -
YUV 216.62 43 141.82 -
System Red Green Blue C M Y K H S L
Decimal 236 236 66 0 0 0.72 0.07 60 0.82 0.59
Hex EC EC 42 0 0 48 7 3C 52 3B
Octal 354 354 102 0 0 110 7 74 122 73
Binary 11101100 11101100 1000010 0 0 1001000 111 111100 1010010 111011

Color Harmonies of #ECEC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC42

Black with #ECEC42

Text Example


Text Example

White with #ECEC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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