Html Css Color HEX #EAE139 Starship

📋 copy color: '#EAE139'

red 234 ◦ green 225 ◦ blue 57

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

Shades of Starship #EAE139

Tints of Starship #EAE139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.05%

R = 45.35%
G = 43.6%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EAE139 (or 0xEAE139) is known color: Starship. HEX triplet: EA, E1 and 39. RGB value is (234,225,57). Sum of RGB (Red+Green+Blue) = 234+225+57=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 57 (22.66% from 255 or 11.05% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE139 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE139 is #151EC6. Grayscale: #D1D1D1. Windows color (decimal): -1384135 or 3793386. OLE color: 3793386.

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

Color convert

RGB 234 225 57 -
CMYK 0 0.04 0.76 0.08
HSL 56.95º 0.81% 0.57% -
HSV(B) 56.95º 0.76% 0.92% -
XYZ 61.6 71.64 14.45 -
YUV 208.54 42.48 146.16 -
System Red Green Blue C M Y K H S L
Decimal 234 225 57 0 0.04 0.76 0.08 56.95 0.81 0.57
Hex EA E1 39 0 4 4C 8 39 51 39
Octal 352 341 71 0 4 114 10 71 121 71
Binary 11101010 11100001 111001 0 100 1001100 1000 111001 1010001 111001

Color Harmonies of #EAE139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE139

Black with #EAE139

Text Example


Text Example

White with #EAE139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE139; }

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

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

background-color css

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

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

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

border-color css

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

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

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