Html Css Color HEX #ECEA40 Starship

📋 copy color: '#ECEA40'

red 236 ◦ green 234 ◦ blue 64

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

Shades of Starship #ECEA40

Tints of Starship #ECEA40

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.82%

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

R = 44.19%
G = 43.82%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECEA40 (or 0xECEA40) is known color: Starship. HEX triplet: EC, EA and 40. RGB value is (236,234,64). Sum of RGB (Red+Green+Blue) = 236+234+64=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 64 (25.39% from 255 or 11.99% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA40 is #1315BF. Grayscale: #D7D7D7. Windows color (decimal): -1250752 or 4254444. OLE color: 4254444.

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

Color convert

RGB 236 234 64 -
CMYK 0 0.01 0.73 0.07
HSL 59.3º 0.82% 0.59% -
HSV(B) 59.3º 0.73% 0.93% -
XYZ 64.94 77.05 16.3 -
YUV 215.22 42.66 142.82 -
System Red Green Blue C M Y K H S L
Decimal 236 234 64 0 0.01 0.73 0.07 59.3 0.82 0.59
Hex EC EA 40 0 1 49 7 3B 52 3B
Octal 354 352 100 0 1 111 7 73 122 73
Binary 11101100 11101010 1000000 0 1 1001001 111 111011 1010010 111011

Color Harmonies of #ECEA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEA40

Black with #ECEA40

Text Example


Text Example

White with #ECEA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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