Html Css Color HEX #E1D42F Starship

📋 copy color: '#E1D42F'

red 225 ◦ green 212 ◦ blue 47

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

Shades of Starship #E1D42F

Tints of Starship #E1D42F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.8%

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

R = 46.49%
G = 43.8%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E1D42F (or 0xE1D42F) is known color: Starship. HEX triplet: E1, D4 and 2F. RGB value is (225,212,47). Sum of RGB (Red+Green+Blue) = 225+212+47=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 47 (18.75% from 255 or 9.71% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D42F is #1E2BD0. Grayscale: #C5C5C5. Windows color (decimal): -1977297 or 3134689. OLE color: 3134689.

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

Color convert

RGB 225 212 47 -
CMYK 0 0.06 0.79 0.12
HSL 55.62º 0.75% 0.53% -
HSV(B) 55.62º 0.79% 0.88% -
XYZ 55.11 63.3 12 -
YUV 197.08 43.31 147.92 -
System Red Green Blue C M Y K H S L
Decimal 225 212 47 0 0.06 0.79 0.12 55.62 0.75 0.53
Hex E1 D4 2F 0 6 4F C 38 4B 35
Octal 341 324 57 0 6 117 14 70 113 65
Binary 11100001 11010100 101111 0 110 1001111 1100 111000 1001011 110101

Color Harmonies of #E1D42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D42F

Black with #E1D42F

Text Example


Text Example

White with #E1D42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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