Html Css Color HEX #ECDC3C Starship

📋 copy color: '#ECDC3C'

red 236 ◦ green 220 ◦ blue 60

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

Shades of Starship #ECDC3C

Tints of Starship #ECDC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.63%

R = 45.74%
G = 42.64%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ECDC3C (or 0xECDC3C) is known color: Starship. HEX triplet: EC, DC and 3C. RGB value is (236,220,60). Sum of RGB (Red+Green+Blue) = 236+220+60=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 60 (23.83% from 255 or 11.63% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC3C is #1323C3. Grayscale: #CFCFCF. Windows color (decimal): -1254340 or 3988716. OLE color: 3988716.

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

Color convert

RGB 236 220 60 -
CMYK 0 0.07 0.75 0.07
HSL 54.55º 0.82% 0.58% -
HSV(B) 54.55º 0.75% 0.93% -
XYZ 61 69.35 14.44 -
YUV 206.54 45.3 149.01 -
System Red Green Blue C M Y K H S L
Decimal 236 220 60 0 0.07 0.75 0.07 54.55 0.82 0.58
Hex EC DC 3C 0 7 4B 7 37 52 3A
Octal 354 334 74 0 7 113 7 67 122 72
Binary 11101100 11011100 111100 0 111 1001011 111 110111 1010010 111010

Color Harmonies of #ECDC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC3C

Black with #ECDC3C

Text Example


Text Example

White with #ECDC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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