Html Css Color HEX #ECDD40 Starship

📋 copy color: '#ECDD40'

red 236 ◦ green 221 ◦ blue 64

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

Shades of Starship #ECDD40

Tints of Starship #ECDD40

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.42%

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

R = 45.3%
G = 42.42%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECDD40 (or 0xECDD40) is known color: Starship. HEX triplet: EC, DD and 40. RGB value is (236,221,64). Sum of RGB (Red+Green+Blue) = 236+221+64=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD40 is #1322BF. Grayscale: #D0D0D0. Windows color (decimal): -1254080 or 4251116. OLE color: 4251116.

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

Color convert

RGB 236 221 64 -
CMYK 0 0.06 0.73 0.07
HSL 54.77º 0.82% 0.59% -
HSV(B) 54.77º 0.73% 0.93% -
XYZ 61.37 69.92 15.11 -
YUV 207.59 46.97 148.27 -
System Red Green Blue C M Y K H S L
Decimal 236 221 64 0 0.06 0.73 0.07 54.77 0.82 0.59
Hex EC DD 40 0 6 49 7 37 52 3B
Octal 354 335 100 0 6 111 7 67 122 73
Binary 11101100 11011101 1000000 0 110 1001001 111 110111 1010010 111011

Color Harmonies of #ECDD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD40

Black with #ECDD40

Text Example


Text Example

White with #ECDD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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