Html Css Color HEX #ECDA3F Starship

📋 copy color: '#ECDA3F'

red 236 ◦ green 218 ◦ blue 63

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

Shades of Starship #ECDA3F

Tints of Starship #ECDA3F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.17%

 BLUE value IS 63 (25% from 255) = 12.19%

R = 45.65%
G = 42.17%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECDA3F (or 0xECDA3F) is known color: Starship. HEX triplet: EC, DA and 3F. RGB value is (236,218,63). Sum of RGB (Red+Green+Blue) = 236+218+63=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 63 (25% from 255 or 12.19% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA3F is #1325C0. Grayscale: #CECECE. Windows color (decimal): -1254849 or 4184812. OLE color: 4184812.

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

Color convert

RGB 236 218 63 -
CMYK 0 0.08 0.73 0.07
HSL 53.76º 0.82% 0.59% -
HSV(B) 53.76º 0.73% 0.93% -
XYZ 60.56 68.33 14.7 -
YUV 205.71 47.46 149.6 -
System Red Green Blue C M Y K H S L
Decimal 236 218 63 0 0.08 0.73 0.07 53.76 0.82 0.59
Hex EC DA 3F 0 8 49 7 36 52 3B
Octal 354 332 77 0 10 111 7 66 122 73
Binary 11101100 11011010 111111 0 1000 1001001 111 110110 1010010 111011

Color Harmonies of #ECDA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA3F

Black with #ECDA3F

Text Example


Text Example

White with #ECDA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA3F; }

 p { color: rgb(236,218,63); }

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

background-color css

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

 a { background-color: rgb(236,218,63); }

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

border-color css

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

 span { border-color: rgb(236,218,63); }

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