Html Css Color HEX #EAE740 Starship

📋 copy color: '#EAE740'

red 234 ◦ green 231 ◦ blue 64

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

Shades of Starship #EAE740

Tints of Starship #EAE740

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.67%

 BLUE value IS 64 (25.39% from 255) = 12.1%

R = 44.23%
G = 43.67%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EAE740 (or 0xEAE740) is known color: Starship. HEX triplet: EA, E7 and 40. RGB value is (234,231,64). Sum of RGB (Red+Green+Blue) = 234+231+64=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 64 (25.39% from 255 or 12.10% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE740 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE740 is #1518BF. Grayscale: #D5D5D5. Windows color (decimal): -1382592 or 4253674. OLE color: 4253674.

HSL color Cylindrical-coordinate representation of color #EAE740: hue angle of 58.94º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAE740 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 231 64 -
CMYK 0 0.01 0.73 0.08
HSL 58.94º 0.8% 0.58% -
HSV(B) 58.94º 0.73% 0.92% -
XYZ 63.43 75.01 15.99 -
YUV 212.86 43.99 143.08 -
System Red Green Blue C M Y K H S L
Decimal 234 231 64 0 0.01 0.73 0.08 58.94 0.8 0.58
Hex EA E7 40 0 1 49 8 3B 50 3A
Octal 352 347 100 0 1 111 10 73 120 72
Binary 11101010 11100111 1000000 0 1 1001001 1000 111011 1010000 111010

Color Harmonies of #EAE740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE740

Black with #EAE740

Text Example


Text Example

White with #EAE740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE740; }

 p { color: rgb(234,231,64); }

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

background-color css

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

 a { background-color: rgb(234,231,64); }

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

border-color css

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

 span { border-color: rgb(234,231,64); }

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