Html Css Color HEX #E2DD46 Starship

📋 copy color: '#E2DD46'

red 226 ◦ green 221 ◦ blue 70

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

Shades of Starship #E2DD46

Tints of Starship #E2DD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.54%

R = 43.71%
G = 42.75%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E2DD46 (or 0xE2DD46) is known color: Starship. HEX triplet: E2, DD and 46. RGB value is (226,221,70). Sum of RGB (Red+Green+Blue) = 226+221+70=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 70 (27.73% from 255 or 13.54% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD46 is #1D22B9. Grayscale: #CDCDCD. Windows color (decimal): -1909434 or 4644322. OLE color: 4644322.

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

Color convert

RGB 226 221 70 -
CMYK 0 0.02 0.69 0.11
HSL 58.08º 0.73% 0.58% -
HSV(B) 58.08º 0.69% 0.89% -
XYZ 58.33 68.32 15.91 -
YUV 205.28 51.66 142.78 -
System Red Green Blue C M Y K H S L
Decimal 226 221 70 0 0.02 0.69 0.11 58.08 0.73 0.58
Hex E2 DD 46 0 2 45 B 3A 49 3A
Octal 342 335 106 0 2 105 13 72 111 72
Binary 11100010 11011101 1000110 0 10 1000101 1011 111010 1001001 111010

Color Harmonies of #E2DD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD46

Black with #E2DD46

Text Example


Text Example

White with #E2DD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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