Html Css Color HEX #E1DD32 Starship

📋 copy color: '#E1DD32'

red 225 ◦ green 221 ◦ blue 50

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

Shades of Starship #E1DD32

Tints of Starship #E1DD32

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.56%

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

R = 45.36%
G = 44.56%
B = 10.08%

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

#E1DD32 (or 0xE1DD32) is known color: Starship. HEX triplet: E1, DD and 32. RGB value is (225,221,50). Sum of RGB (Red+Green+Blue) = 225+221+50=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 50 (19.92% from 255 or 10.08% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DD32 is #1E22CD. Grayscale: #CBCBCB. Windows color (decimal): -1974990 or 3333601. OLE color: 3333601.

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

Color convert

RGB 225 221 50 -
CMYK 0 0.02 0.78 0.12
HSL 58.63º 0.74% 0.54% -
HSV(B) 58.63º 0.78% 0.88% -
XYZ 57.48 67.95 13.1 -
YUV 202.7 41.83 143.9 -
System Red Green Blue C M Y K H S L
Decimal 225 221 50 0 0.02 0.78 0.12 58.63 0.74 0.54
Hex E1 DD 32 0 2 4E C 3B 4A 36
Octal 341 335 62 0 2 116 14 73 112 66
Binary 11100001 11011101 110010 0 10 1001110 1100 111011 1001010 110110

Color Harmonies of #E1DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DD32

Black with #E1DD32

Text Example


Text Example

White with #E1DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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