Html Css Color HEX #ECD740 Starship

📋 copy color: '#ECD740'

red 236 ◦ green 215 ◦ blue 64

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

Shades of Starship #ECD740

Tints of Starship #ECD740

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.75%

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

R = 45.83%
G = 41.75%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECD740 (or 0xECD740) is known color: Starship. HEX triplet: EC, D7 and 40. RGB value is (236,215,64). Sum of RGB (Red+Green+Blue) = 236+215+64=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD740 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD740 is #1328BF. Grayscale: #CCCCCC. Windows color (decimal): -1255616 or 4249580. OLE color: 4249580.

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

Color convert

RGB 236 215 64 -
CMYK 0 0.09 0.73 0.07
HSL 52.67º 0.82% 0.59% -
HSV(B) 52.67º 0.73% 0.93% -
XYZ 59.82 66.8 14.59 -
YUV 204.07 48.96 150.78 -
System Red Green Blue C M Y K H S L
Decimal 236 215 64 0 0.09 0.73 0.07 52.67 0.82 0.59
Hex EC D7 40 0 9 49 7 35 52 3B
Octal 354 327 100 0 11 111 7 65 122 73
Binary 11101100 11010111 1000000 0 1001 1001001 111 110101 1010010 111011

Color Harmonies of #ECD740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD740

Black with #ECD740

Text Example


Text Example

White with #ECD740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD740; }

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

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

background-color css

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

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

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

border-color css

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

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

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