Html Css Color HEX #ECE140 Starship

📋 copy color: '#ECE140'

red 236 ◦ green 225 ◦ blue 64

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

Shades of Starship #ECE140

Tints of Starship #ECE140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.19%

R = 44.95%
G = 42.86%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECE140 (or 0xECE140) is known color: Starship. HEX triplet: EC, E1 and 40. RGB value is (236,225,64). Sum of RGB (Red+Green+Blue) = 236+225+64=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 64 (25.39% from 255 or 12.19% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE140 is #131EBF. Grayscale: #D2D2D2. Windows color (decimal): -1253056 or 4252140. OLE color: 4252140.

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

Color convert

RGB 236 225 64 -
CMYK 0 0.05 0.73 0.07
HSL 56.16º 0.82% 0.59% -
HSV(B) 56.16º 0.73% 0.93% -
XYZ 62.44 72.05 15.47 -
YUV 209.94 45.64 146.59 -
System Red Green Blue C M Y K H S L
Decimal 236 225 64 0 0.05 0.73 0.07 56.16 0.82 0.59
Hex EC E1 40 0 5 49 7 38 52 3B
Octal 354 341 100 0 5 111 7 70 122 73
Binary 11101100 11100001 1000000 0 101 1001001 111 111000 1010010 111011

Color Harmonies of #ECE140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE140

Black with #ECE140

Text Example


Text Example

White with #ECE140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE140; }

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

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

background-color css

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

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

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

border-color css

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

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

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