Html Css Color HEX #E2D942 Starship

📋 copy color: '#E2D942'

red 226 ◦ green 217 ◦ blue 66

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

Shades of Starship #E2D942

Tints of Starship #E2D942

RGB

 RED value IS 226 (88.67% from 255) = 44.4%

 GREEN value IS 217 (85.16% from 255) = 42.63%

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

R = 44.4%
G = 42.63%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E2D942 (or 0xE2D942) is known color: Starship. HEX triplet: E2, D9 and 42. RGB value is (226,217,66). Sum of RGB (Red+Green+Blue) = 226+217+66=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 66 (26.17% from 255 or 12.97% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D942 is #1D26BD. Grayscale: #CBCBCB. Windows color (decimal): -1910462 or 4381154. OLE color: 4381154.

HSL color Cylindrical-coordinate representation of color #E2D942: hue angle of 56.62º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2D942 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 217 66 -
CMYK 0 0.04 0.71 0.11
HSL 56.63º 0.73% 0.57% -
HSV(B) 56.63º 0.71% 0.89% -
XYZ 57.16 66.19 14.92 -
YUV 202.48 50.98 144.78 -
System Red Green Blue C M Y K H S L
Decimal 226 217 66 0 0.04 0.71 0.11 56.63 0.73 0.57
Hex E2 D9 42 0 4 47 B 39 49 39
Octal 342 331 102 0 4 107 13 71 111 71
Binary 11100010 11011001 1000010 0 100 1000111 1011 111001 1001001 111001

Color Harmonies of #E2D942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D942

Black with #E2D942

Text Example


Text Example

White with #E2D942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D942; }

 p { color: rgb(226,217,66); }

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

background-color css

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

 a { background-color: rgb(226,217,66); }

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

border-color css

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

 span { border-color: rgb(226,217,66); }

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