Html Css Color HEX #E1DC35 Starship

📋 copy color: '#E1DC35'

red 225 ◦ green 220 ◦ blue 53

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

Shades of Starship #E1DC35

Tints of Starship #E1DC35

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.18%

 BLUE value IS 53 (21.09% from 255) = 10.64%

R = 45.18%
G = 44.18%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E1DC35 (or 0xE1DC35) is known color: Starship. HEX triplet: E1, DC and 35. RGB value is (225,220,53). Sum of RGB (Red+Green+Blue) = 225+220+53=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 53 (21.09% from 255 or 10.64% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DC35 is #1E23CA. Grayscale: #CBCBCB. Windows color (decimal): -1975243 or 3529953. OLE color: 3529953.

HSL color Cylindrical-coordinate representation of color #E1DC35: hue angle of 58.26º 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 #E1DC35 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 220 53 -
CMYK 0 0.02 0.76 0.12
HSL 58.26º 0.74% 0.55% -
HSV(B) 58.26º 0.76% 0.88% -
XYZ 57.29 67.45 13.37 -
YUV 202.46 43.66 144.08 -
System Red Green Blue C M Y K H S L
Decimal 225 220 53 0 0.02 0.76 0.12 58.26 0.74 0.55
Hex E1 DC 35 0 2 4C C 3A 4A 37
Octal 341 334 65 0 2 114 14 72 112 67
Binary 11100001 11011100 110101 0 10 1001100 1100 111010 1001010 110111

Color Harmonies of #E1DC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DC35

Black with #E1DC35

Text Example


Text Example

White with #E1DC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DC35; }

 p { color: rgb(225,220,53); }

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

background-color css

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

 a { background-color: rgb(225,220,53); }

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

border-color css

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

 span { border-color: rgb(225,220,53); }

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