Html Css Color HEX #E5D640 Starship

📋 copy color: '#E5D640'

red 229 ◦ green 214 ◦ blue 64

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

Shades of Starship #E5D640

Tints of Starship #E5D640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.21%

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

R = 45.17%
G = 42.21%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E5D640 (or 0xE5D640) is known color: Starship. HEX triplet: E5, D6 and 40. RGB value is (229,214,64). Sum of RGB (Red+Green+Blue) = 229+214+64=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 64 (25.39% from 255 or 12.62% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D640 is #1A29BF. Grayscale: #C9C9C9. Windows color (decimal): -1714624 or 4249317. OLE color: 4249317.

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

Color convert

RGB 229 214 64 -
CMYK 0 0.07 0.72 0.10
HSL 54.55º 0.76% 0.57% -
HSV(B) 54.55º 0.72% 0.9% -
XYZ 57.29 65.12 14.4 -
YUV 201.39 50.47 147.7 -
System Red Green Blue C M Y K H S L
Decimal 229 214 64 0 0.07 0.72 0.10 54.55 0.76 0.57
Hex E5 D6 40 0 7 48 A 37 4C 39
Octal 345 326 100 0 7 110 12 67 114 71
Binary 11100101 11010110 1000000 0 111 1001000 1010 110111 1001100 111001

Color Harmonies of #E5D640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D640

Black with #E5D640

Text Example


Text Example

White with #E5D640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D640; }

 p { color: rgb(229,214,64); }

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

background-color css

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

 a { background-color: rgb(229,214,64); }

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

border-color css

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

 span { border-color: rgb(229,214,64); }

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