Html Css Color HEX #E1DB37 Starship

📋 copy color: '#E1DB37'

red 225 ◦ green 219 ◦ blue 55

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

Shades of Starship #E1DB37

Tints of Starship #E1DB37

RGB

 RED value IS 225 (88.28% from 255) = 45.09%

 GREEN value IS 219 (85.94% from 255) = 43.89%

 BLUE value IS 55 (21.88% from 255) = 11.02%

R = 45.09%
G = 43.89%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E1DB37 (or 0xE1DB37) is known color: Starship. HEX triplet: E1, DB and 37. RGB value is (225,219,55). Sum of RGB (Red+Green+Blue) = 225+219+55=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 55 (21.88% from 255 or 11.02% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DB37 is #1E24C8. Grayscale: #CACACA. Windows color (decimal): -1975497 or 3660769. OLE color: 3660769.

HSL color Cylindrical-coordinate representation of color #E1DB37: hue angle of 57.88º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1DB37 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 219 55 -
CMYK 0 0.03 0.76 0.12
HSL 57.88º 0.74% 0.55% -
HSV(B) 57.88º 0.76% 0.88% -
XYZ 57.07 66.95 13.53 -
YUV 202.1 44.99 144.34 -
System Red Green Blue C M Y K H S L
Decimal 225 219 55 0 0.03 0.76 0.12 57.88 0.74 0.55
Hex E1 DB 37 0 3 4C C 3A 4A 37
Octal 341 333 67 0 3 114 14 72 112 67
Binary 11100001 11011011 110111 0 11 1001100 1100 111010 1001010 110111

Color Harmonies of #E1DB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DB37

Black with #E1DB37

Text Example


Text Example

White with #E1DB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DB37; }

 p { color: rgb(225,219,55); }

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

background-color css

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

 a { background-color: rgb(225,219,55); }

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

border-color css

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

 span { border-color: rgb(225,219,55); }

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