Html Css Color HEX #E2DD31 Starship

📋 copy color: '#E2DD31'

red 226 ◦ green 221 ◦ blue 49

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

Shades of Starship #E2DD31

Tints of Starship #E2DD31

RGB

 RED value IS 226 (88.67% from 255) = 45.56%

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

 BLUE value IS 49 (19.53% from 255) = 9.88%

R = 45.56%
G = 44.56%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E2DD31 (or 0xE2DD31) is known color: Starship. HEX triplet: E2, DD and 31. RGB value is (226,221,49). Sum of RGB (Red+Green+Blue) = 226+221+49=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 49 (19.53% from 255 or 9.88% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD31 is #1D22CE. Grayscale: #CBCBCB. Windows color (decimal): -1909455 or 3268066. OLE color: 3268066.

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

Color convert

RGB 226 221 49 -
CMYK 0 0.02 0.78 0.11
HSL 58.31º 0.75% 0.54% -
HSV(B) 58.31º 0.78% 0.89% -
XYZ 57.77 68.1 13.01 -
YUV 202.89 41.16 144.49 -
System Red Green Blue C M Y K H S L
Decimal 226 221 49 0 0.02 0.78 0.11 58.31 0.75 0.54
Hex E2 DD 31 0 2 4E B 3A 4B 36
Octal 342 335 61 0 2 116 13 72 113 66
Binary 11100010 11011101 110001 0 10 1001110 1011 111010 1001011 110110

Color Harmonies of #E2DD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD31

Black with #E2DD31

Text Example


Text Example

White with #E2DD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD31; }

 p { color: rgb(226,221,49); }

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

background-color css

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

 a { background-color: rgb(226,221,49); }

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

border-color css

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

 span { border-color: rgb(226,221,49); }

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