#EAF740

Color #EAF740 Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #EAF740

Tints of Starship #EAF740

Color information

#EAF740 (or 0xEAF740) is unknown color: approx Starship. HEX triplet: EA, F7 and 40. RGB value is (234,247,64). Sum of RGB (Red+Green+Blue) = 234+247+64=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 64 (25.39% from 255 or 11.74% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF740 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF740 is #1508BF. Grayscale: #DEDEDE. Windows color (decimal): -1378496 or 4257770. OLE color: 4257770.

HSL color Cylindrical-coordinate representation of color #EAF740: hue angle of 64.26º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAF740 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB23424764-
CMYK0.0500.740.03
HSL64.26º91.96%60.98%-
HSV(B)64.26º74.09%96.86%-
XYZ68.1284.3817.55-
YUV222.2538.69136.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 247 (96.88% from 255) = 45.32%
BLUE value IS 64 (25.39% from 255) = 11.74%
R=42.94%
G=45.32%
B=11.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal234247640.0500.740.0364.2691.9660.98
HexEAF740504A3405c3d
Octal35236710050112310013475
Binary11101010111101111000000101010010101110000001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF740; }

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

 H1.HeaderClassName
 {
   color: #EAF740;
 }
 .AnyTagClassName
 {
   color: #EAF740;
 }
</style>
background-color css

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

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

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

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

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

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