Html Css Color HEX #E8D13A Starship

📋 copy color: '#E8D13A'

red 232 ◦ green 209 ◦ blue 58

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

Shades of Starship #E8D13A

Tints of Starship #E8D13A

RGB

 RED value IS 232 (91.02% from 255) = 46.49%

 GREEN value IS 209 (82.03% from 255) = 41.88%

 BLUE value IS 58 (23.05% from 255) = 11.62%

R = 46.49%
G = 41.88%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E8D13A (or 0xE8D13A) is known color: Starship. HEX triplet: E8, D1 and 3A. RGB value is (232,209,58). Sum of RGB (Red+Green+Blue) = 232+209+58=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 58 (23.05% from 255 or 11.62% from 499); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D13A is #172EC5. Grayscale: #C7C7C7. Windows color (decimal): -1519302 or 3854824. OLE color: 3854824.

HSL color Cylindrical-coordinate representation of color #E8D13A: hue angle of 52.07º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E8D13A is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 209 58 -
CMYK 0 0.10 0.75 0.09
HSL 52.07º 0.79% 0.57% -
HSV(B) 52.07º 0.75% 0.91% -
XYZ 56.84 63.06 13.18 -
YUV 198.66 48.62 151.78 -
System Red Green Blue C M Y K H S L
Decimal 232 209 58 0 0.10 0.75 0.09 52.07 0.79 0.57
Hex E8 D1 3A 0 A 4B 9 34 4F 39
Octal 350 321 72 0 12 113 11 64 117 71
Binary 11101000 11010001 111010 0 1010 1001011 1001 110100 1001111 111001

Color Harmonies of #E8D13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D13A

Black with #E8D13A

Text Example


Text Example

White with #E8D13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D13A; }

 p { color: rgb(232,209,58); }

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

background-color css

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

 a { background-color: rgb(232,209,58); }

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

border-color css

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

 span { border-color: rgb(232,209,58); }

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