Html Css Color HEX #E2D93F Starship

📋 copy color: '#E2D93F'

red 226 ◦ green 217 ◦ blue 63

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

Shades of Starship #E2D93F

Tints of Starship #E2D93F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.89%

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

R = 44.66%
G = 42.89%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E2D93F (or 0xE2D93F) is known color: Starship. HEX triplet: E2, D9 and 3F. RGB value is (226,217,63). Sum of RGB (Red+Green+Blue) = 226+217+63=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 63 (25% from 255 or 12.45% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D93F is #1D26C0. Grayscale: #CACACA. Windows color (decimal): -1910465 or 4184546. OLE color: 4184546.

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

Color convert

RGB 226 217 63 -
CMYK 0 0.04 0.72 0.11
HSL 56.69º 0.74% 0.57% -
HSV(B) 56.69º 0.72% 0.89% -
XYZ 57.07 66.15 14.46 -
YUV 202.14 49.48 145.02 -
System Red Green Blue C M Y K H S L
Decimal 226 217 63 0 0.04 0.72 0.11 56.69 0.74 0.57
Hex E2 D9 3F 0 4 48 B 39 4A 39
Octal 342 331 77 0 4 110 13 71 112 71
Binary 11100010 11011001 111111 0 100 1001000 1011 111001 1001010 111001

Color Harmonies of #E2D93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D93F

Black with #E2D93F

Text Example


Text Example

White with #E2D93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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