Html Css Color HEX #EAF238 Starship

📋 copy color: '#EAF238'

red 234 ◦ green 242 ◦ blue 56

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

Shades of Starship #EAF238

Tints of Starship #EAF238

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.49%

 BLUE value IS 56 (22.27% from 255) = 10.53%

R = 43.98%
G = 45.49%
B = 10.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#EAF238 (or 0xEAF238) is known color: Starship. HEX triplet: EA, F2 and 38. RGB value is (234,242,56). Sum of RGB (Red+Green+Blue) = 234+242+56=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 56 (22.27% from 255 or 10.53% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF238 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF238 is #150DC7. Grayscale: #DBDBDB. Windows color (decimal): -1379784 or 3732202. OLE color: 3732202.

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

Color convert

RGB 234 242 56 -
CMYK 0.03 0 0.77 0.05
HSL 62.58º 0.88% 0.58% -
HSV(B) 62.58º 0.77% 0.95% -
XYZ 66.4 81.28 15.93 -
YUV 218.4 36.35 139.12 -
System Red Green Blue C M Y K H S L
Decimal 234 242 56 0.03 0 0.77 0.05 62.58 0.88 0.58
Hex EA F2 38 3 0 4D 5 3F 58 3A
Octal 352 362 70 3 0 115 5 77 130 72
Binary 11101010 11110010 111000 11 0 1001101 101 111111 1011000 111010

Color Harmonies of #EAF238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF238

Black with #EAF238

Text Example


Text Example

White with #EAF238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF238; }

 p { color: rgb(234,242,56); }

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

background-color css

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

 a { background-color: rgb(234,242,56); }

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

border-color css

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

 span { border-color: rgb(234,242,56); }

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