Html Css Color HEX #ECDD3F Starship

📋 copy color: '#ECDD3F'

red 236 ◦ green 221 ◦ blue 63

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

Shades of Starship #ECDD3F

Tints of Starship #ECDD3F

RGB

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

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

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

R = 45.38%
G = 42.5%
B = 12.12%

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

#ECDD3F (or 0xECDD3F) is known color: Starship. HEX triplet: EC, DD and 3F. RGB value is (236,221,63). Sum of RGB (Red+Green+Blue) = 236+221+63=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 63 (25% from 255 or 12.12% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD3F is #1322C0. Grayscale: #D0D0D0. Windows color (decimal): -1254081 or 4185580. OLE color: 4185580.

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

Color convert

RGB 236 221 63 -
CMYK 0 0.06 0.73 0.07
HSL 54.8º 0.82% 0.59% -
HSV(B) 54.8º 0.73% 0.93% -
XYZ 61.35 69.9 14.96 -
YUV 207.47 46.47 148.35 -
System Red Green Blue C M Y K H S L
Decimal 236 221 63 0 0.06 0.73 0.07 54.8 0.82 0.59
Hex EC DD 3F 0 6 49 7 37 52 3B
Octal 354 335 77 0 6 111 7 67 122 73
Binary 11101100 11011101 111111 0 110 1001001 111 110111 1010010 111011

Color Harmonies of #ECDD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD3F

Black with #ECDD3F

Text Example


Text Example

White with #ECDD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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