Html Css Color HEX #E1DC2F Starship

📋 copy color: '#E1DC2F'

red 225 ◦ green 220 ◦ blue 47

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

Shades of Starship #E1DC2F

Tints of Starship #E1DC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.55%

R = 45.73%
G = 44.72%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E1DC2F (or 0xE1DC2F) is known color: Starship. HEX triplet: E1, DC and 2F. RGB value is (225,220,47). Sum of RGB (Red+Green+Blue) = 225+220+47=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 47 (18.75% from 255 or 9.55% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DC2F is #1E23D0. Grayscale: #CACACA. Windows color (decimal): -1975249 or 3136737. OLE color: 3136737.

HSL color Cylindrical-coordinate representation of color #E1DC2F: hue angle of 58.31º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1DC2F is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 220 47 -
CMYK 0 0.02 0.79 0.12
HSL 58.31º 0.75% 0.53% -
HSV(B) 58.31º 0.79% 0.88% -
XYZ 57.16 67.4 12.69 -
YUV 201.77 40.66 144.57 -
System Red Green Blue C M Y K H S L
Decimal 225 220 47 0 0.02 0.79 0.12 58.31 0.75 0.53
Hex E1 DC 2F 0 2 4F C 3A 4B 35
Octal 341 334 57 0 2 117 14 72 113 65
Binary 11100001 11011100 101111 0 10 1001111 1100 111010 1001011 110101

Color Harmonies of #E1DC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DC2F

Black with #E1DC2F

Text Example


Text Example

White with #E1DC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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