Html Css Color HEX #EAE547 Starship

📋 copy color: '#EAE547'

red 234 ◦ green 229 ◦ blue 71

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

Shades of Starship #EAE547

Tints of Starship #EAE547

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.88%

 BLUE value IS 71 (28.13% from 255) = 13.3%

R = 43.82%
G = 42.88%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EAE547 (or 0xEAE547) is known color: Starship. HEX triplet: EA, E5 and 47. RGB value is (234,229,71). Sum of RGB (Red+Green+Blue) = 234+229+71=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 71 (28.12% from 255 or 13.30% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE547 is #151AB8. Grayscale: #D5D5D5. Windows color (decimal): -1383097 or 4711914. OLE color: 4711914.

HSL color Cylindrical-coordinate representation of color #EAE547: hue angle of 58.16º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAE547 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 229 71 -
CMYK 0 0.02 0.70 0.08
HSL 58.16º 0.8% 0.6% -
HSV(B) 58.16º 0.7% 0.92% -
XYZ 63.09 73.99 16.92 -
YUV 212.48 48.16 143.35 -
System Red Green Blue C M Y K H S L
Decimal 234 229 71 0 0.02 0.70 0.08 58.16 0.8 0.6
Hex EA E5 47 0 2 46 8 3A 50 3C
Octal 352 345 107 0 2 106 10 72 120 74
Binary 11101010 11100101 1000111 0 10 1000110 1000 111010 1010000 111100

Color Harmonies of #EAE547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE547

Black with #EAE547

Text Example


Text Example

White with #EAE547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE547; }

 p { color: rgb(234,229,71); }

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

background-color css

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

 a { background-color: rgb(234,229,71); }

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

border-color css

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

 span { border-color: rgb(234,229,71); }

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