Html Css Color HEX #E2DD42 Starship

📋 copy color: '#E2DD42'

red 226 ◦ green 221 ◦ blue 66

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

Shades of Starship #E2DD42

Tints of Starship #E2DD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.87%

R = 44.05%
G = 43.08%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E2DD42 (or 0xE2DD42) is known color: Starship. HEX triplet: E2, DD and 42. RGB value is (226,221,66). Sum of RGB (Red+Green+Blue) = 226+221+66=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 66 (26.17% from 255 or 12.87% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD42 is #1D22BD. Grayscale: #CDCDCD. Windows color (decimal): -1909438 or 4382178. OLE color: 4382178.

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

Color convert

RGB 226 221 66 -
CMYK 0 0.02 0.71 0.11
HSL 58.13º 0.73% 0.57% -
HSV(B) 58.13º 0.71% 0.89% -
XYZ 58.2 68.28 15.26 -
YUV 204.83 49.66 143.1 -
System Red Green Blue C M Y K H S L
Decimal 226 221 66 0 0.02 0.71 0.11 58.13 0.73 0.57
Hex E2 DD 42 0 2 47 B 3A 49 39
Octal 342 335 102 0 2 107 13 72 111 71
Binary 11100010 11011101 1000010 0 10 1000111 1011 111010 1001001 111001

Color Harmonies of #E2DD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD42

Black with #E2DD42

Text Example


Text Example

White with #E2DD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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