Html Css Color HEX #E1D23C Starship

📋 copy color: '#E1D23C'

red 225 ◦ green 210 ◦ blue 60

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

Shades of Starship #E1D23C

Tints of Starship #E1D23C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.12%

R = 45.45%
G = 42.42%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1D23C (or 0xE1D23C) is known color: Starship. HEX triplet: E1, D2 and 3C. RGB value is (225,210,60). Sum of RGB (Red+Green+Blue) = 225+210+60=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 60 (23.83% from 255 or 12.12% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D23C is #1E2DC3. Grayscale: #C5C5C5. Windows color (decimal): -1977796 or 3986145. OLE color: 3986145.

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

Color convert

RGB 225 210 60 -
CMYK 0 0.07 0.73 0.12
HSL 54.55º 0.73% 0.56% -
HSV(B) 54.55º 0.73% 0.88% -
XYZ 54.91 62.43 13.43 -
YUV 197.39 50.47 147.7 -
System Red Green Blue C M Y K H S L
Decimal 225 210 60 0 0.07 0.73 0.12 54.55 0.73 0.56
Hex E1 D2 3C 0 7 49 C 37 49 38
Octal 341 322 74 0 7 111 14 67 111 70
Binary 11100001 11010010 111100 0 111 1001001 1100 110111 1001001 111000

Color Harmonies of #E1D23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D23C

Black with #E1D23C

Text Example


Text Example

White with #E1D23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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