#EAF13B

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

Shades of Starship #EAF13B

Tints of Starship #EAF13B

Color information

#EAF13B (or 0xEAF13B) is unknown color: approx Starship. HEX triplet: EA, F1 and 3B. RGB value is (234,241,59). Sum of RGB (Red+Green+Blue) = 234+241+59=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 59 (23.44% from 255 or 11.05% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF13B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF13B is #150EC4. Grayscale: #DADADA. Windows color (decimal): -1380037 or 3928554. OLE color: 3928554.

HSL color Cylindrical-coordinate representation of color #EAF13B: hue angle of 62.31º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAF13B is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB23424159-
CMYK0.0300.760.05
HSL62.31º86.67%58.82%-
HSV(B)62.31º75.52%94.51%-
XYZ66.1880.7216.23-
YUV218.1638.18139.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.82%
GREEN value IS 241 (94.53% from 255) = 45.13%
BLUE value IS 59 (23.44% from 255) = 11.05%
R=43.82%
G=45.13%
B=11.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal234241590.0300.760.0562.3186.6758.82
HexEAF13B304C53e573b
Octal352361733011457612773
Binary111010101111000111101111010011001011111101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF13B; }

 p { color: rgb(234,241,59); }

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

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

 a { background-color: rgb(234,241,59); }

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

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

 span { border-color: rgb(234,241,59); }

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