Html Css Color HEX #EAE13A Starship

📋 copy color: '#EAE13A'

red 234 ◦ green 225 ◦ blue 58

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

Shades of Starship #EAE13A

Tints of Starship #EAE13A

RGB

 RED value IS 234 (91.8% from 255) = 45.26%

 GREEN value IS 225 (88.28% from 255) = 43.52%

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

R = 45.26%
G = 43.52%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EAE13A (or 0xEAE13A) is known color: Starship. HEX triplet: EA, E1 and 3A. RGB value is (234,225,58). Sum of RGB (Red+Green+Blue) = 234+225+58=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 58 (23.05% from 255 or 11.22% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE13A is #151EC5. Grayscale: #D1D1D1. Windows color (decimal): -1384134 or 3858922. OLE color: 3858922.

HSL color Cylindrical-coordinate representation of color #EAE13A: hue angle of 56.93º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAE13A is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 225 58 -
CMYK 0 0.04 0.75 0.08
HSL 56.93º 0.81% 0.57% -
HSV(B) 56.93º 0.75% 0.92% -
XYZ 61.62 71.65 14.58 -
YUV 208.65 42.98 146.08 -
System Red Green Blue C M Y K H S L
Decimal 234 225 58 0 0.04 0.75 0.08 56.93 0.81 0.57
Hex EA E1 3A 0 4 4B 8 39 51 39
Octal 352 341 72 0 4 113 10 71 121 71
Binary 11101010 11100001 111010 0 100 1001011 1000 111001 1010001 111001

Color Harmonies of #EAE13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE13A

Black with #EAE13A

Text Example


Text Example

White with #EAE13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE13A; }

 p { color: rgb(234,225,58); }

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

background-color css

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

 a { background-color: rgb(234,225,58); }

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

border-color css

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

 span { border-color: rgb(234,225,58); }

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