Html Css Color HEX #E1D33A Starship

📋 copy color: '#E1D33A'

red 225 ◦ green 211 ◦ blue 58

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

Shades of Starship #E1D33A

Tints of Starship #E1D33A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.71%

 BLUE value IS 58 (23.05% from 255) = 11.74%

R = 45.55%
G = 42.71%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1D33A (or 0xE1D33A) is known color: Starship. HEX triplet: E1, D3 and 3A. RGB value is (225,211,58). Sum of RGB (Red+Green+Blue) = 225+211+58=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D33A is #1E2CC5. Grayscale: #C6C6C6. Windows color (decimal): -1977542 or 3855329. OLE color: 3855329.

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

Color convert

RGB 225 211 58 -
CMYK 0 0.06 0.74 0.12
HSL 54.97º 0.74% 0.55% -
HSV(B) 54.97º 0.74% 0.88% -
XYZ 55.11 62.9 13.24 -
YUV 197.74 49.14 147.44 -
System Red Green Blue C M Y K H S L
Decimal 225 211 58 0 0.06 0.74 0.12 54.97 0.74 0.55
Hex E1 D3 3A 0 6 4A C 37 4A 37
Octal 341 323 72 0 6 112 14 67 112 67
Binary 11100001 11010011 111010 0 110 1001010 1100 110111 1001010 110111

Color Harmonies of #E1D33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D33A

Black with #E1D33A

Text Example


Text Example

White with #E1D33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D33A; }

 p { color: rgb(225,211,58); }

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

background-color css

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

 a { background-color: rgb(225,211,58); }

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

border-color css

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

 span { border-color: rgb(225,211,58); }

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