Html Css Color HEX #EAE146 Starship

📋 copy color: '#EAE146'

red 234 ◦ green 225 ◦ blue 70

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

Shades of Starship #EAE146

Tints of Starship #EAE146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.23%

R = 44.23%
G = 42.53%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EAE146 (or 0xEAE146) is known color: Starship. HEX triplet: EA, E1 and 46. RGB value is (234,225,70). Sum of RGB (Red+Green+Blue) = 234+225+70=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 70 (27.73% from 255 or 13.23% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE146 is #151EB9. Grayscale: #D2D2D2. Windows color (decimal): -1384122 or 4645354. OLE color: 4645354.

HSL color Cylindrical-coordinate representation of color #EAE146: hue angle of 56.71º 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 #EAE146 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 225 70 -
CMYK 0 0.04 0.70 0.08
HSL 56.71º 0.8% 0.6% -
HSV(B) 56.71º 0.7% 0.92% -
XYZ 61.96 71.79 16.38 -
YUV 210.02 48.98 145.1 -
System Red Green Blue C M Y K H S L
Decimal 234 225 70 0 0.04 0.70 0.08 56.71 0.8 0.6
Hex EA E1 46 0 4 46 8 39 50 3C
Octal 352 341 106 0 4 106 10 71 120 74
Binary 11101010 11100001 1000110 0 100 1000110 1000 111001 1010000 111100

Color Harmonies of #EAE146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE146

Black with #EAE146

Text Example


Text Example

White with #EAE146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE146; }

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

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

background-color css

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

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

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

border-color css

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

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

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