Html Css Color HEX #ECDC40 Starship

📋 copy color: '#ECDC40'

red 236 ◦ green 220 ◦ blue 64

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

Shades of Starship #ECDC40

Tints of Starship #ECDC40

RGB

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

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

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

R = 45.38%
G = 42.31%
B = 12.31%

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

#ECDC40 (or 0xECDC40) is known color: Starship. HEX triplet: EC, DC and 40. RGB value is (236,220,64). Sum of RGB (Red+Green+Blue) = 236+220+64=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 64 (25.39% from 255 or 12.31% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC40 is #1323BF. Grayscale: #CFCFCF. Windows color (decimal): -1254336 or 4250860. OLE color: 4250860.

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

Color convert

RGB 236 220 64 -
CMYK 0 0.07 0.73 0.07
HSL 54.42º 0.82% 0.59% -
HSV(B) 54.42º 0.73% 0.93% -
XYZ 61.11 69.39 15.02 -
YUV 207 47.3 148.68 -
System Red Green Blue C M Y K H S L
Decimal 236 220 64 0 0.07 0.73 0.07 54.42 0.82 0.59
Hex EC DC 40 0 7 49 7 36 52 3B
Octal 354 334 100 0 7 111 7 66 122 73
Binary 11101100 11011100 1000000 0 111 1001001 111 110110 1010010 111011

Color Harmonies of #ECDC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC40

Black with #ECDC40

Text Example


Text Example

White with #ECDC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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