Html Css Color HEX #E5D53C Starship

📋 copy color: '#E5D53C'

red 229 ◦ green 213 ◦ blue 60

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

Shades of Starship #E5D53C

Tints of Starship #E5D53C

RGB

 RED value IS 229 (89.84% from 255) = 45.62%

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

 BLUE value IS 60 (23.83% from 255) = 11.95%

R = 45.62%
G = 42.43%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E5D53C (or 0xE5D53C) is known color: Starship. HEX triplet: E5, D5 and 3C. RGB value is (229,213,60). Sum of RGB (Red+Green+Blue) = 229+213+60=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 60 (23.83% from 255 or 11.95% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D53C is #1A2AC3. Grayscale: #C8C8C8. Windows color (decimal): -1714884 or 3986917. OLE color: 3986917.

HSL color Cylindrical-coordinate representation of color #E5D53C: hue angle of 54.32º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5D53C is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 213 60 -
CMYK 0 0.07 0.74 0.10
HSL 54.32º 0.76% 0.57% -
HSV(B) 54.32º 0.74% 0.9% -
XYZ 56.92 64.57 13.74 -
YUV 200.34 48.8 148.44 -
System Red Green Blue C M Y K H S L
Decimal 229 213 60 0 0.07 0.74 0.10 54.32 0.76 0.57
Hex E5 D5 3C 0 7 4A A 36 4C 39
Octal 345 325 74 0 7 112 12 66 114 71
Binary 11100101 11010101 111100 0 111 1001010 1010 110110 1001100 111001

Color Harmonies of #E5D53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D53C

Black with #E5D53C

Text Example


Text Example

White with #E5D53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D53C; }

 p { color: rgb(229,213,60); }

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

background-color css

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

 a { background-color: rgb(229,213,60); }

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

border-color css

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

 span { border-color: rgb(229,213,60); }

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