Html Css Color HEX #ECE142 Starship

📋 copy color: '#ECE142'

red 236 ◦ green 225 ◦ blue 66

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

Shades of Starship #ECE142

Tints of Starship #ECE142

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.69%

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

R = 44.78%
G = 42.69%
B = 12.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ECE142 (or 0xECE142) is known color: Starship. HEX triplet: EC, E1 and 42. RGB value is (236,225,66). Sum of RGB (Red+Green+Blue) = 236+225+66=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 66 (26.17% from 255 or 12.52% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE142 is #131EBD. Grayscale: #D2D2D2. Windows color (decimal): -1253054 or 4383212. OLE color: 4383212.

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

Color convert

RGB 236 225 66 -
CMYK 0 0.05 0.72 0.07
HSL 56.12º 0.82% 0.59% -
HSV(B) 56.12º 0.72% 0.93% -
XYZ 62.5 72.08 15.77 -
YUV 210.16 46.64 146.43 -
System Red Green Blue C M Y K H S L
Decimal 236 225 66 0 0.05 0.72 0.07 56.12 0.82 0.59
Hex EC E1 42 0 5 48 7 38 52 3B
Octal 354 341 102 0 5 110 7 70 122 73
Binary 11101100 11100001 1000010 0 101 1001000 111 111000 1010010 111011

Color Harmonies of #ECE142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE142

Black with #ECE142

Text Example


Text Example

White with #ECE142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE142; }

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

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

background-color css

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

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

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

border-color css

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

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

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