Html Css Color HEX #EAF73B Starship

📋 copy color: '#EAF73B'

red 234 ◦ green 247 ◦ blue 59

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

Shades of Starship #EAF73B

Tints of Starship #EAF73B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.74%

 BLUE value IS 59 (23.44% from 255) = 10.93%

R = 43.33%
G = 45.74%
B = 10.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#EAF73B (or 0xEAF73B) is known color: Starship. HEX triplet: EA, F7 and 3B. RGB value is (234,247,59). Sum of RGB (Red+Green+Blue) = 234+247+59=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 59 (23.44% from 255 or 10.93% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF73B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF73B is #1508C4. Grayscale: #DEDEDE. Windows color (decimal): -1378501 or 3930090. OLE color: 3930090.

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

Color convert

RGB 234 247 59 -
CMYK 0.05 0 0.76 0.03
HSL 64.15º 0.92% 0.6% -
HSV(B) 64.15º 0.76% 0.97% -
XYZ 67.98 84.33 16.83 -
YUV 221.68 36.19 136.79 -
System Red Green Blue C M Y K H S L
Decimal 234 247 59 0.05 0 0.76 0.03 64.15 0.92 0.6
Hex EA F7 3B 5 0 4C 3 40 5C 3C
Octal 352 367 73 5 0 114 3 100 134 74
Binary 11101010 11110111 111011 101 0 1001100 11 1000000 1011100 111100

Color Harmonies of #EAF73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF73B

Black with #EAF73B

Text Example


Text Example

White with #EAF73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF73B; }

 p { color: rgb(234,247,59); }

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

background-color css

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

 a { background-color: rgb(234,247,59); }

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

border-color css

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

 span { border-color: rgb(234,247,59); }

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