Html Css Color HEX #E2D940 Starship

📋 copy color: '#E2D940'

red 226 ◦ green 217 ◦ blue 64

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

Shades of Starship #E2D940

Tints of Starship #E2D940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.62%

R = 44.58%
G = 42.8%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E2D940 (or 0xE2D940) is known color: Starship. HEX triplet: E2, D9 and 40. RGB value is (226,217,64). Sum of RGB (Red+Green+Blue) = 226+217+64=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 64 (25.39% from 255 or 12.62% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D940 is #1D26BF. Grayscale: #CACACA. Windows color (decimal): -1910464 or 4250082. OLE color: 4250082.

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

Color convert

RGB 226 217 64 -
CMYK 0 0.04 0.72 0.11
HSL 56.67º 0.74% 0.57% -
HSV(B) 56.67º 0.72% 0.89% -
XYZ 57.1 66.16 14.61 -
YUV 202.25 49.98 144.94 -
System Red Green Blue C M Y K H S L
Decimal 226 217 64 0 0.04 0.72 0.11 56.67 0.74 0.57
Hex E2 D9 40 0 4 48 B 39 4A 39
Octal 342 331 100 0 4 110 13 71 112 71
Binary 11100010 11011001 1000000 0 100 1001000 1011 111001 1001010 111001

Color Harmonies of #E2D940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D940

Black with #E2D940

Text Example


Text Example

White with #E2D940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D940; }

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

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

background-color css

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

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

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

border-color css

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

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

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