Html Css Color HEX #E2D53F Starship

📋 copy color: '#E2D53F'

red 226 ◦ green 213 ◦ blue 63

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

Shades of Starship #E2D53F

Tints of Starship #E2D53F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.43%

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

R = 45.02%
G = 42.43%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E2D53F (or 0xE2D53F) is known color: Starship. HEX triplet: E2, D5 and 3F. RGB value is (226,213,63). Sum of RGB (Red+Green+Blue) = 226+213+63=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D53F is #1D2AC0. Grayscale: #C8C8C8. Windows color (decimal): -1911489 or 4183522. OLE color: 4183522.

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

Color convert

RGB 226 213 63 -
CMYK 0 0.06 0.72 0.11
HSL 55.21º 0.74% 0.57% -
HSV(B) 55.21º 0.72% 0.89% -
XYZ 56.06 64.12 14.12 -
YUV 199.79 50.81 146.7 -
System Red Green Blue C M Y K H S L
Decimal 226 213 63 0 0.06 0.72 0.11 55.21 0.74 0.57
Hex E2 D5 3F 0 6 48 B 37 4A 39
Octal 342 325 77 0 6 110 13 67 112 71
Binary 11100010 11010101 111111 0 110 1001000 1011 110111 1001010 111001

Color Harmonies of #E2D53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D53F

Black with #E2D53F

Text Example


Text Example

White with #E2D53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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