Html Css Color HEX #E1DC32 Starship

📋 copy color: '#E1DC32'

red 225 ◦ green 220 ◦ blue 50

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

Shades of Starship #E1DC32

Tints of Starship #E1DC32

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.44%

 BLUE value IS 50 (19.92% from 255) = 10.1%

R = 45.45%
G = 44.44%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E1DC32 (or 0xE1DC32) is known color: Starship. HEX triplet: E1, DC and 32. RGB value is (225,220,50). Sum of RGB (Red+Green+Blue) = 225+220+50=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DC32 is #1E23CD. Grayscale: #CACACA. Windows color (decimal): -1975246 or 3333345. OLE color: 3333345.

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

Color convert

RGB 225 220 50 -
CMYK 0 0.02 0.78 0.12
HSL 58.29º 0.74% 0.54% -
HSV(B) 58.29º 0.78% 0.88% -
XYZ 57.22 67.42 13.02 -
YUV 202.12 42.16 144.32 -
System Red Green Blue C M Y K H S L
Decimal 225 220 50 0 0.02 0.78 0.12 58.29 0.74 0.54
Hex E1 DC 32 0 2 4E C 3A 4A 36
Octal 341 334 62 0 2 116 14 72 112 66
Binary 11100001 11011100 110010 0 10 1001110 1100 111010 1001010 110110

Color Harmonies of #E1DC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DC32

Black with #E1DC32

Text Example


Text Example

White with #E1DC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DC32; }

 p { color: rgb(225,220,50); }

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

background-color css

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

 a { background-color: rgb(225,220,50); }

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

border-color css

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

 span { border-color: rgb(225,220,50); }

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