Html Css Color HEX #ECDC3F Starship

📋 copy color: '#ECDC3F'

red 236 ◦ green 220 ◦ blue 63

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

Shades of Starship #ECDC3F

Tints of Starship #ECDC3F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.39%

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

R = 45.47%
G = 42.39%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECDC3F (or 0xECDC3F) is known color: Starship. HEX triplet: EC, DC and 3F. RGB value is (236,220,63). Sum of RGB (Red+Green+Blue) = 236+220+63=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 63 (25% from 255 or 12.14% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC3F is #1323C0. Grayscale: #CFCFCF. Windows color (decimal): -1254337 or 4185324. OLE color: 4185324.

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

Color convert

RGB 236 220 63 -
CMYK 0 0.07 0.73 0.07
HSL 54.45º 0.82% 0.59% -
HSV(B) 54.45º 0.73% 0.93% -
XYZ 61.08 69.38 14.87 -
YUV 206.89 46.8 148.77 -
System Red Green Blue C M Y K H S L
Decimal 236 220 63 0 0.07 0.73 0.07 54.45 0.82 0.59
Hex EC DC 3F 0 7 49 7 36 52 3B
Octal 354 334 77 0 7 111 7 66 122 73
Binary 11101100 11011100 111111 0 111 1001001 111 110110 1010010 111011

Color Harmonies of #ECDC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC3F

Black with #ECDC3F

Text Example


Text Example

White with #ECDC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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