Html Css Color HEX #EAF53F Starship

📋 copy color: '#EAF53F'

red 234 ◦ green 245 ◦ blue 63

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

Shades of Starship #EAF53F

Tints of Starship #EAF53F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.2%

 BLUE value IS 63 (25% from 255) = 11.62%

R = 43.17%
G = 45.2%
B = 11.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#EAF53F (or 0xEAF53F) is known color: Starship. HEX triplet: EA, F5 and 3F. RGB value is (234,245,63). Sum of RGB (Red+Green+Blue) = 234+245+63=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 63 (25% from 255 or 11.62% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF53F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF53F is #150AC0. Grayscale: #DDDDDD. Windows color (decimal): -1379009 or 4191722. OLE color: 4191722.

HSL color Cylindrical-coordinate representation of color #EAF53F: hue angle of 63.63º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAF53F is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 245 63 -
CMYK 0.04 0 0.74 0.04
HSL 63.63º 0.9% 0.6% -
HSV(B) 63.63º 0.74% 0.96% -
XYZ 67.48 83.16 17.2 -
YUV 220.96 38.86 137.3 -
System Red Green Blue C M Y K H S L
Decimal 234 245 63 0.04 0 0.74 0.04 63.63 0.9 0.6
Hex EA F5 3F 4 0 4A 4 40 5A 3C
Octal 352 365 77 4 0 112 4 100 132 74
Binary 11101010 11110101 111111 100 0 1001010 100 1000000 1011010 111100

Color Harmonies of #EAF53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF53F

Black with #EAF53F

Text Example


Text Example

White with #EAF53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF53F; }

 p { color: rgb(234,245,63); }

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

background-color css

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

 a { background-color: rgb(234,245,63); }

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

border-color css

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

 span { border-color: rgb(234,245,63); }

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