Html Css Color HEX #EAE247 Starship

📋 copy color: '#EAE247'

red 234 ◦ green 226 ◦ blue 71

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

Shades of Starship #EAE247

Tints of Starship #EAE247

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.56%

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

R = 44.07%
G = 42.56%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EAE247 (or 0xEAE247) is known color: Starship. HEX triplet: EA, E2 and 47. RGB value is (234,226,71). Sum of RGB (Red+Green+Blue) = 234+226+71=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 71 (28.12% from 255 or 13.37% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE247 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE247 is #151DB8. Grayscale: #D3D3D3. Windows color (decimal): -1383865 or 4711146. OLE color: 4711146.

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

Color convert

RGB 234 226 71 -
CMYK 0 0.03 0.70 0.08
HSL 57.06º 0.8% 0.6% -
HSV(B) 57.06º 0.7% 0.92% -
XYZ 62.27 72.34 16.64 -
YUV 210.72 49.15 144.6 -
System Red Green Blue C M Y K H S L
Decimal 234 226 71 0 0.03 0.70 0.08 57.06 0.8 0.6
Hex EA E2 47 0 3 46 8 39 50 3C
Octal 352 342 107 0 3 106 10 71 120 74
Binary 11101010 11100010 1000111 0 11 1000110 1000 111001 1010000 111100

Color Harmonies of #EAE247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE247

Black with #EAE247

Text Example


Text Example

White with #EAE247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE247; }

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

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

background-color css

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

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

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

border-color css

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

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

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