Html Css Color HEX #ECE145 Starship

📋 copy color: '#ECE145'

red 236 ◦ green 225 ◦ blue 69

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

Shades of Starship #ECE145

Tints of Starship #ECE145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.02%

R = 44.53%
G = 42.45%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ECE145 (or 0xECE145) is known color: Starship. HEX triplet: EC, E1 and 45. RGB value is (236,225,69). Sum of RGB (Red+Green+Blue) = 236+225+69=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 69 (27.34% from 255 or 13.02% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE145 is #131EBA. Grayscale: #D3D3D3. Windows color (decimal): -1253051 or 4579820. OLE color: 4579820.

HSL color Cylindrical-coordinate representation of color #ECE145: hue angle of 56.05º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECE145 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 225 69 -
CMYK 0 0.05 0.71 0.07
HSL 56.05º 0.81% 0.6% -
HSV(B) 56.05º 0.71% 0.93% -
XYZ 62.59 72.11 16.25 -
YUV 210.51 48.14 146.18 -
System Red Green Blue C M Y K H S L
Decimal 236 225 69 0 0.05 0.71 0.07 56.05 0.81 0.6
Hex EC E1 45 0 5 47 7 38 51 3C
Octal 354 341 105 0 5 107 7 70 121 74
Binary 11101100 11100001 1000101 0 101 1000111 111 111000 1010001 111100

Color Harmonies of #ECE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE145

Black with #ECE145

Text Example


Text Example

White with #ECE145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE145; }

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

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

background-color css

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

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

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

border-color css

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

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

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