Html Css Color HEX #E2DE40 Starship

📋 copy color: '#E2DE40'

red 226 ◦ green 222 ◦ blue 64

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

Shades of Starship #E2DE40

Tints of Starship #E2DE40

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.36%

 BLUE value IS 64 (25.39% from 255) = 12.5%

R = 44.14%
G = 43.36%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E2DE40 (or 0xE2DE40) is known color: Starship. HEX triplet: E2, DE and 40. RGB value is (226,222,64). Sum of RGB (Red+Green+Blue) = 226+222+64=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 64 (25.39% from 255 or 12.5% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DE40 is #1D21BF. Grayscale: #CDCDCD. Windows color (decimal): -1909184 or 4251362. OLE color: 4251362.

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

Color convert

RGB 226 222 64 -
CMYK 0 0.02 0.72 0.11
HSL 58.52º 0.74% 0.57% -
HSV(B) 58.52º 0.72% 0.89% -
XYZ 58.41 68.78 15.05 -
YUV 205.18 48.33 142.85 -
System Red Green Blue C M Y K H S L
Decimal 226 222 64 0 0.02 0.72 0.11 58.52 0.74 0.57
Hex E2 DE 40 0 2 48 B 3B 4A 39
Octal 342 336 100 0 2 110 13 73 112 71
Binary 11100010 11011110 1000000 0 10 1001000 1011 111011 1001010 111001

Color Harmonies of #E2DE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DE40

Black with #E2DE40

Text Example


Text Example

White with #E2DE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DE40; }

 p { color: rgb(226,222,64); }

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

background-color css

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

 a { background-color: rgb(226,222,64); }

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

border-color css

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

 span { border-color: rgb(226,222,64); }

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