Html Css Color HEX #EAE346 Starship

📋 copy color: '#EAE346'

red 234 ◦ green 227 ◦ blue 70

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

Shades of Starship #EAE346

Tints of Starship #EAE346

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.75%

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

R = 44.07%
G = 42.75%
B = 13.18%

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

#EAE346 (or 0xEAE346) is known color: Starship. HEX triplet: EA, E3 and 46. RGB value is (234,227,70). Sum of RGB (Red+Green+Blue) = 234+227+70=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 70 (27.73% from 255 or 13.18% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE346 is #151CB9. Grayscale: #D3D3D3. Windows color (decimal): -1383610 or 4645866. OLE color: 4645866.

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

Color convert

RGB 234 227 70 -
CMYK 0 0.03 0.70 0.08
HSL 57.44º 0.8% 0.6% -
HSV(B) 57.44º 0.7% 0.92% -
XYZ 62.51 72.87 16.57 -
YUV 211.2 48.32 144.27 -
System Red Green Blue C M Y K H S L
Decimal 234 227 70 0 0.03 0.70 0.08 57.44 0.8 0.6
Hex EA E3 46 0 3 46 8 39 50 3C
Octal 352 343 106 0 3 106 10 71 120 74
Binary 11101010 11100011 1000110 0 11 1000110 1000 111001 1010000 111100

Color Harmonies of #EAE346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE346

Black with #EAE346

Text Example


Text Example

White with #EAE346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE346; }

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

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

background-color css

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

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

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

border-color css

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

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

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