Html Css Color HEX #ECDD42 Starship

📋 copy color: '#ECDD42'

red 236 ◦ green 221 ◦ blue 66

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

Shades of Starship #ECDD42

Tints of Starship #ECDD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.62%

R = 45.12%
G = 42.26%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ECDD42 (or 0xECDD42) is known color: Starship. HEX triplet: EC, DD and 42. RGB value is (236,221,66). Sum of RGB (Red+Green+Blue) = 236+221+66=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 66 (26.17% from 255 or 12.62% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD42 is #1322BD. Grayscale: #D0D0D0. Windows color (decimal): -1254078 or 4382188. OLE color: 4382188.

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

Color convert

RGB 236 221 66 -
CMYK 0 0.06 0.72 0.07
HSL 54.71º 0.82% 0.59% -
HSV(B) 54.71º 0.72% 0.93% -
XYZ 61.43 69.94 15.42 -
YUV 207.82 47.97 148.1 -
System Red Green Blue C M Y K H S L
Decimal 236 221 66 0 0.06 0.72 0.07 54.71 0.82 0.59
Hex EC DD 42 0 6 48 7 37 52 3B
Octal 354 335 102 0 6 110 7 67 122 73
Binary 11101100 11011101 1000010 0 110 1001000 111 110111 1010010 111011

Color Harmonies of #ECDD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD42

Black with #ECDD42

Text Example


Text Example

White with #ECDD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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