Html Css Color HEX #EAF139 Starship

📋 copy color: '#EAF139'

red 234 ◦ green 241 ◦ blue 57

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

Shades of Starship #EAF139

Tints of Starship #EAF139

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.3%

 BLUE value IS 57 (22.66% from 255) = 10.71%

R = 43.98%
G = 45.3%
B = 10.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#EAF139 (or 0xEAF139) is known color: Starship. HEX triplet: EA, F1 and 39. RGB value is (234,241,57). Sum of RGB (Red+Green+Blue) = 234+241+57=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 57 (22.66% from 255 or 10.71% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF139 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF139 is #150EC6. Grayscale: #DADADA. Windows color (decimal): -1380039 or 3797482. OLE color: 3797482.

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

Color convert

RGB 234 241 57 -
CMYK 0.03 0 0.76 0.05
HSL 62.28º 0.87% 0.58% -
HSV(B) 62.28º 0.76% 0.95% -
XYZ 66.13 80.7 15.96 -
YUV 217.93 37.18 139.46 -
System Red Green Blue C M Y K H S L
Decimal 234 241 57 0.03 0 0.76 0.05 62.28 0.87 0.58
Hex EA F1 39 3 0 4C 5 3E 57 3A
Octal 352 361 71 3 0 114 5 76 127 72
Binary 11101010 11110001 111001 11 0 1001100 101 111110 1010111 111010

Color Harmonies of #EAF139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF139

Black with #EAF139

Text Example


Text Example

White with #EAF139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF139; }

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

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

background-color css

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

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

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

border-color css

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

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

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