Html Css Color HEX #EAF93A Starship

📋 copy color: '#EAF93A'

red 234 ◦ green 249 ◦ blue 58

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

Shades of Starship #EAF93A

Tints of Starship #EAF93A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 10.72%

R = 43.25%
G = 46.03%
B = 10.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#EAF93A (or 0xEAF93A) is known color: Starship. HEX triplet: EA, F9 and 3A. RGB value is (234,249,58). Sum of RGB (Red+Green+Blue) = 234+249+58=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 58 (23.05% from 255 or 10.72% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF93A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF93A is #1506C5. Grayscale: #DFDFDF. Windows color (decimal): -1377990 or 3865066. OLE color: 3865066.

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

Color convert

RGB 234 249 58 -
CMYK 0.06 0 0.77 0.02
HSL 64.71º 0.94% 0.6% -
HSV(B) 64.71º 0.77% 0.98% -
XYZ 68.57 85.55 16.9 -
YUV 222.74 35.03 136.03 -
System Red Green Blue C M Y K H S L
Decimal 234 249 58 0.06 0 0.77 0.02 64.71 0.94 0.6
Hex EA F9 3A 6 0 4D 2 41 5E 3C
Octal 352 371 72 6 0 115 2 101 136 74
Binary 11101010 11111001 111010 110 0 1001101 10 1000001 1011110 111100

Color Harmonies of #EAF93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF93A

Black with #EAF93A

Text Example


Text Example

White with #EAF93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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