Html Css Color HEX #E5D941 Starship

📋 copy color: '#E5D941'

red 229 ◦ green 217 ◦ blue 65

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

Shades of Starship #E5D941

Tints of Starship #E5D941

RGB

 RED value IS 229 (89.84% from 255) = 44.81%

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

 BLUE value IS 65 (25.78% from 255) = 12.72%

R = 44.81%
G = 42.47%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E5D941 (or 0xE5D941) is known color: Starship. HEX triplet: E5, D9 and 41. RGB value is (229,217,65). Sum of RGB (Red+Green+Blue) = 229+217+65=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D941 is #1A26BE. Grayscale: #CBCBCB. Windows color (decimal): -1713855 or 4315621. OLE color: 4315621.

HSL color Cylindrical-coordinate representation of color #E5D941: hue angle of 55.61º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5D941 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 217 65 -
CMYK 0 0.05 0.72 0.10
HSL 55.61º 0.76% 0.58% -
HSV(B) 55.61º 0.72% 0.9% -
XYZ 58.08 66.67 14.81 -
YUV 203.26 49.98 146.36 -
System Red Green Blue C M Y K H S L
Decimal 229 217 65 0 0.05 0.72 0.10 55.61 0.76 0.58
Hex E5 D9 41 0 5 48 A 38 4C 3A
Octal 345 331 101 0 5 110 12 70 114 72
Binary 11100101 11011001 1000001 0 101 1001000 1010 111000 1001100 111010

Color Harmonies of #E5D941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D941

Black with #E5D941

Text Example


Text Example

White with #E5D941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D941; }

 p { color: rgb(229,217,65); }

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

background-color css

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

 a { background-color: rgb(229,217,65); }

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

border-color css

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

 span { border-color: rgb(229,217,65); }

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