Html Css Color HEX #ECE141 Starship

📋 copy color: '#ECE141'

red 236 ◦ green 225 ◦ blue 65

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

Shades of Starship #ECE141

Tints of Starship #ECE141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.36%

R = 44.87%
G = 42.78%
B = 12.36%

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

#ECE141 (or 0xECE141) is known color: Starship. HEX triplet: EC, E1 and 41. RGB value is (236,225,65). Sum of RGB (Red+Green+Blue) = 236+225+65=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 65 (25.78% from 255 or 12.36% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE141 is #131EBE. Grayscale: #D2D2D2. Windows color (decimal): -1253055 or 4317676. OLE color: 4317676.

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

Color convert

RGB 236 225 65 -
CMYK 0 0.05 0.72 0.07
HSL 56.14º 0.82% 0.59% -
HSV(B) 56.14º 0.72% 0.93% -
XYZ 62.47 72.06 15.62 -
YUV 210.05 46.14 146.51 -
System Red Green Blue C M Y K H S L
Decimal 236 225 65 0 0.05 0.72 0.07 56.14 0.82 0.59
Hex EC E1 41 0 5 48 7 38 52 3B
Octal 354 341 101 0 5 110 7 70 122 73
Binary 11101100 11100001 1000001 0 101 1001000 111 111000 1010010 111011

Color Harmonies of #ECE141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE141

Black with #ECE141

Text Example


Text Example

White with #ECE141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE141; }

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

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

background-color css

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

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

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

border-color css

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

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

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