Html Css Color HEX #EAE440 Starship

📋 copy color: '#EAE440'

red 234 ◦ green 228 ◦ blue 64

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

Shades of Starship #EAE440

Tints of Starship #EAE440

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.35%

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

R = 44.49%
G = 43.35%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EAE440 (or 0xEAE440) is known color: Starship. HEX triplet: EA, E4 and 40. RGB value is (234,228,64). Sum of RGB (Red+Green+Blue) = 234+228+64=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 64 (25.39% from 255 or 12.17% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE440 is #151BBF. Grayscale: #D3D3D3. Windows color (decimal): -1383360 or 4252906. OLE color: 4252906.

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

Color convert

RGB 234 228 64 -
CMYK 0 0.03 0.73 0.08
HSL 57.88º 0.8% 0.58% -
HSV(B) 57.88º 0.73% 0.92% -
XYZ 62.6 73.35 15.71 -
YUV 211.1 44.99 144.34 -
System Red Green Blue C M Y K H S L
Decimal 234 228 64 0 0.03 0.73 0.08 57.88 0.8 0.58
Hex EA E4 40 0 3 49 8 3A 50 3A
Octal 352 344 100 0 3 111 10 72 120 72
Binary 11101010 11100100 1000000 0 11 1001001 1000 111010 1010000 111010

Color Harmonies of #EAE440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE440

Black with #EAE440

Text Example


Text Example

White with #EAE440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE440; }

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

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

background-color css

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

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

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

border-color css

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

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

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