Html Css Color HEX #E1DE3C Starship

📋 copy color: '#E1DE3C'

red 225 ◦ green 222 ◦ blue 60

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

Shades of Starship #E1DE3C

Tints of Starship #E1DE3C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.79%

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

R = 44.38%
G = 43.79%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1DE3C (or 0xE1DE3C) is known color: Starship. HEX triplet: E1, DE and 3C. RGB value is (225,222,60). Sum of RGB (Red+Green+Blue) = 225+222+60=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 60 (23.83% from 255 or 11.83% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DE3C is #1E21C3. Grayscale: #CDCDCD. Windows color (decimal): -1974724 or 3989217. OLE color: 3989217.

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

Color convert

RGB 225 222 60 -
CMYK 0 0.01 0.73 0.12
HSL 58.91º 0.73% 0.56% -
HSV(B) 58.91º 0.73% 0.88% -
XYZ 57.99 68.58 14.46 -
YUV 204.43 46.49 142.67 -
System Red Green Blue C M Y K H S L
Decimal 225 222 60 0 0.01 0.73 0.12 58.91 0.73 0.56
Hex E1 DE 3C 0 1 49 C 3B 49 38
Octal 341 336 74 0 1 111 14 73 111 70
Binary 11100001 11011110 111100 0 1 1001001 1100 111011 1001001 111000

Color Harmonies of #E1DE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DE3C

Black with #E1DE3C

Text Example


Text Example

White with #E1DE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DE3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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