Html Css Color HEX #E1D238 Starship

📋 copy color: '#E1D238'

red 225 ◦ green 210 ◦ blue 56

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

Shades of Starship #E1D238

Tints of Starship #E1D238

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.77%

 BLUE value IS 56 (22.27% from 255) = 11.41%

R = 45.82%
G = 42.77%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E1D238 (or 0xE1D238) is known color: Starship. HEX triplet: E1, D2 and 38. RGB value is (225,210,56). Sum of RGB (Red+Green+Blue) = 225+210+56=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 56 (22.27% from 255 or 11.41% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D238 is #1E2DC7. Grayscale: #C5C5C5. Windows color (decimal): -1977800 or 3724001. OLE color: 3724001.

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

Color convert

RGB 225 210 56 -
CMYK 0 0.07 0.75 0.12
HSL 54.67º 0.74% 0.55% -
HSV(B) 54.67º 0.75% 0.88% -
XYZ 54.81 62.39 12.89 -
YUV 196.93 48.47 148.02 -
System Red Green Blue C M Y K H S L
Decimal 225 210 56 0 0.07 0.75 0.12 54.67 0.74 0.55
Hex E1 D2 38 0 7 4B C 37 4A 37
Octal 341 322 70 0 7 113 14 67 112 67
Binary 11100001 11010010 111000 0 111 1001011 1100 110111 1001010 110111

Color Harmonies of #E1D238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D238

Black with #E1D238

Text Example


Text Example

White with #E1D238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D238; }

 p { color: rgb(225,210,56); }

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

background-color css

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

 a { background-color: rgb(225,210,56); }

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

border-color css

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

 span { border-color: rgb(225,210,56); }

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