Html Css Color HEX #E2DE3F Starship

📋 copy color: '#E2DE3F'

red 226 ◦ green 222 ◦ blue 63

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

Shades of Starship #E2DE3F

Tints of Starship #E2DE3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.33%

R = 44.23%
G = 43.44%
B = 12.33%

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

#E2DE3F (or 0xE2DE3F) is known color: Starship. HEX triplet: E2, DE and 3F. RGB value is (226,222,63). Sum of RGB (Red+Green+Blue) = 226+222+63=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 63 (25% from 255 or 12.33% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DE3F is #1D21C0. Grayscale: #CDCDCD. Windows color (decimal): -1909185 or 4185826. OLE color: 4185826.

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

Color convert

RGB 226 222 63 -
CMYK 0 0.02 0.72 0.11
HSL 58.53º 0.74% 0.57% -
HSV(B) 58.53º 0.72% 0.89% -
XYZ 58.38 68.77 14.9 -
YUV 205.07 47.83 142.93 -
System Red Green Blue C M Y K H S L
Decimal 226 222 63 0 0.02 0.72 0.11 58.53 0.74 0.57
Hex E2 DE 3F 0 2 48 B 3B 4A 39
Octal 342 336 77 0 2 110 13 73 112 71
Binary 11100010 11011110 111111 0 10 1001000 1011 111011 1001010 111001

Color Harmonies of #E2DE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DE3F

Black with #E2DE3F

Text Example


Text Example

White with #E2DE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DE3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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