Html Css Color HEX #ECE146 Starship

📋 copy color: '#ECE146'

red 236 ◦ green 225 ◦ blue 70

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

Shades of Starship #ECE146

Tints of Starship #ECE146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.18%

R = 44.44%
G = 42.37%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECE146 (or 0xECE146) is known color: Starship. HEX triplet: EC, E1 and 46. RGB value is (236,225,70). Sum of RGB (Red+Green+Blue) = 236+225+70=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 70 (27.73% from 255 or 13.18% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE146 is #131EB9. Grayscale: #D3D3D3. Windows color (decimal): -1253050 or 4645356. OLE color: 4645356.

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

Color convert

RGB 236 225 70 -
CMYK 0 0.05 0.70 0.07
HSL 56.02º 0.81% 0.6% -
HSV(B) 56.02º 0.7% 0.93% -
XYZ 62.62 72.13 16.42 -
YUV 210.62 48.64 146.1 -
System Red Green Blue C M Y K H S L
Decimal 236 225 70 0 0.05 0.70 0.07 56.02 0.81 0.6
Hex EC E1 46 0 5 46 7 38 51 3C
Octal 354 341 106 0 5 106 7 70 121 74
Binary 11101100 11100001 1000110 0 101 1000110 111 111000 1010001 111100

Color Harmonies of #ECE146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE146

Black with #ECE146

Text Example


Text Example

White with #ECE146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE146; }

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

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

background-color css

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

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

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

border-color css

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

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

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