Html Css Color HEX #E5D946 Starship

📋 copy color: '#E5D946'

red 229 ◦ green 217 ◦ blue 70

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

Shades of Starship #E5D946

Tints of Starship #E5D946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.57%

R = 44.38%
G = 42.05%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E5D946 (or 0xE5D946) is known color: Starship. HEX triplet: E5, D9 and 46. RGB value is (229,217,70). Sum of RGB (Red+Green+Blue) = 229+217+70=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 70 (27.73% from 255 or 13.57% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D946 is #1A26B9. Grayscale: #CCCCCC. Windows color (decimal): -1713850 or 4643301. OLE color: 4643301.

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

Color convert

RGB 229 217 70 -
CMYK 0 0.05 0.69 0.10
HSL 55.47º 0.75% 0.59% -
HSV(B) 55.47º 0.69% 0.9% -
XYZ 58.23 66.73 15.6 -
YUV 203.83 52.48 145.95 -
System Red Green Blue C M Y K H S L
Decimal 229 217 70 0 0.05 0.69 0.10 55.47 0.75 0.59
Hex E5 D9 46 0 5 45 A 37 4B 3B
Octal 345 331 106 0 5 105 12 67 113 73
Binary 11100101 11011001 1000110 0 101 1000101 1010 110111 1001011 111011

Color Harmonies of #E5D946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D946

Black with #E5D946

Text Example


Text Example

White with #E5D946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D946; }

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

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

background-color css

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

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

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

border-color css

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

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

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