Html Css Color HEX #EAF241 Starship

📋 copy color: '#EAF241'

red 234 ◦ green 242 ◦ blue 65

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

Shades of Starship #EAF241

Tints of Starship #EAF241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.01%

R = 43.25%
G = 44.73%
B = 12.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#EAF241 (or 0xEAF241) is known color: Starship. HEX triplet: EA, F2 and 41. RGB value is (234,242,65). Sum of RGB (Red+Green+Blue) = 234+242+65=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 65 (25.78% from 255 or 12.01% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF241 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF241 is #150DBE. Grayscale: #DCDCDC. Windows color (decimal): -1379775 or 4322026. OLE color: 4322026.

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

Color convert

RGB 234 242 65 -
CMYK 0.03 0 0.73 0.05
HSL 62.71º 0.87% 0.6% -
HSV(B) 62.71º 0.73% 0.95% -
XYZ 66.64 81.38 17.2 -
YUV 219.43 40.85 138.39 -
System Red Green Blue C M Y K H S L
Decimal 234 242 65 0.03 0 0.73 0.05 62.71 0.87 0.6
Hex EA F2 41 3 0 49 5 3F 57 3C
Octal 352 362 101 3 0 111 5 77 127 74
Binary 11101010 11110010 1000001 11 0 1001001 101 111111 1010111 111100

Color Harmonies of #EAF241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF241

Black with #EAF241

Text Example


Text Example

White with #EAF241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF241; }

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

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

background-color css

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

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

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

border-color css

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

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

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