Html Css Color HEX #EAF93F Starship

📋 copy color: '#EAF93F'

red 234 ◦ green 249 ◦ blue 63

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

Shades of Starship #EAF93F

Tints of Starship #EAF93F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.6%

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

R = 42.86%
G = 45.6%
B = 11.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#EAF93F (or 0xEAF93F) is known color: Starship. HEX triplet: EA, F9 and 3F. RGB value is (234,249,63). Sum of RGB (Red+Green+Blue) = 234+249+63=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 63 (25% from 255 or 11.54% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF93F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF93F is #1506C0. Grayscale: #E0E0E0. Windows color (decimal): -1377985 or 4192746. OLE color: 4192746.

HSL color Cylindrical-coordinate representation of color #EAF93F: hue angle of 64.84º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAF93F is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 249 63 -
CMYK 0.06 0 0.75 0.02
HSL 64.84º 0.94% 0.61% -
HSV(B) 64.84º 0.75% 0.98% -
XYZ 68.7 85.6 17.6 -
YUV 223.31 37.53 135.62 -
System Red Green Blue C M Y K H S L
Decimal 234 249 63 0.06 0 0.75 0.02 64.84 0.94 0.61
Hex EA F9 3F 6 0 4B 2 41 5E 3D
Octal 352 371 77 6 0 113 2 101 136 75
Binary 11101010 11111001 111111 110 0 1001011 10 1000001 1011110 111101

Color Harmonies of #EAF93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF93F

Black with #EAF93F

Text Example


Text Example

White with #EAF93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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