Html Css Color HEX #ECDD46 Starship

📋 copy color: '#ECDD46'

red 236 ◦ green 221 ◦ blue 70

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

Shades of Starship #ECDD46

Tints of Starship #ECDD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.28%

R = 44.78%
G = 41.94%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECDD46 (or 0xECDD46) is known color: Starship. HEX triplet: EC, DD and 46. RGB value is (236,221,70). Sum of RGB (Red+Green+Blue) = 236+221+70=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 70 (27.73% from 255 or 13.28% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD46 is #1322B9. Grayscale: #D0D0D0. Windows color (decimal): -1254074 or 4644332. OLE color: 4644332.

HSL color Cylindrical-coordinate representation of color #ECDD46: hue angle of 54.58º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECDD46 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 221 70 -
CMYK 0 0.06 0.70 0.07
HSL 54.58º 0.81% 0.6% -
HSV(B) 54.58º 0.7% 0.93% -
XYZ 61.55 69.99 16.06 -
YUV 208.27 49.97 147.78 -
System Red Green Blue C M Y K H S L
Decimal 236 221 70 0 0.06 0.70 0.07 54.58 0.81 0.6
Hex EC DD 46 0 6 46 7 37 51 3C
Octal 354 335 106 0 6 106 7 67 121 74
Binary 11101100 11011101 1000110 0 110 1000110 111 110111 1010001 111100

Color Harmonies of #ECDD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD46

Black with #ECDD46

Text Example


Text Example

White with #ECDD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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