Html Css Color HEX #ECD842 Starship

📋 copy color: '#ECD842'

red 236 ◦ green 216 ◦ blue 66

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

Shades of Starship #ECD842

Tints of Starship #ECD842

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.7%

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

R = 45.56%
G = 41.7%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ECD842 (or 0xECD842) is known color: Starship. HEX triplet: EC, D8 and 42. RGB value is (236,216,66). Sum of RGB (Red+Green+Blue) = 236+216+66=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 66 (26.17% from 255 or 12.74% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD842 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD842 is #1327BD. Grayscale: #CDCDCD. Windows color (decimal): -1255358 or 4380908. OLE color: 4380908.

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

Color convert

RGB 236 216 66 -
CMYK 0 0.08 0.72 0.07
HSL 52.94º 0.82% 0.59% -
HSV(B) 52.94º 0.72% 0.93% -
XYZ 60.13 67.34 14.98 -
YUV 204.88 49.63 150.2 -
System Red Green Blue C M Y K H S L
Decimal 236 216 66 0 0.08 0.72 0.07 52.94 0.82 0.59
Hex EC D8 42 0 8 48 7 35 52 3B
Octal 354 330 102 0 10 110 7 65 122 73
Binary 11101100 11011000 1000010 0 1000 1001000 111 110101 1010010 111011

Color Harmonies of #ECD842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD842

Black with #ECD842

Text Example


Text Example

White with #ECD842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD842; }

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

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

background-color css

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

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

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

border-color css

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

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

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