Html Css Color HEX #EAE53F Starship

📋 copy color: '#EAE53F'

red 234 ◦ green 229 ◦ blue 63

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

Shades of Starship #EAE53F

Tints of Starship #EAE53F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.54%

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

R = 44.49%
G = 43.54%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EAE53F (or 0xEAE53F) is known color: Starship. HEX triplet: EA, E5 and 3F. RGB value is (234,229,63). Sum of RGB (Red+Green+Blue) = 234+229+63=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 63 (25% from 255 or 11.98% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE53F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE53F is #151AC0. Grayscale: #D4D4D4. Windows color (decimal): -1383105 or 4187626. OLE color: 4187626.

HSL color Cylindrical-coordinate representation of color #EAE53F: hue angle of 58.25º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAE53F is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 229 63 -
CMYK 0 0.02 0.73 0.08
HSL 58.25º 0.8% 0.58% -
HSV(B) 58.25º 0.73% 0.92% -
XYZ 62.85 73.89 15.65 -
YUV 211.57 44.16 144 -
System Red Green Blue C M Y K H S L
Decimal 234 229 63 0 0.02 0.73 0.08 58.25 0.8 0.58
Hex EA E5 3F 0 2 49 8 3A 50 3A
Octal 352 345 77 0 2 111 10 72 120 72
Binary 11101010 11100101 111111 0 10 1001001 1000 111010 1010000 111010

Color Harmonies of #EAE53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE53F

Black with #EAE53F

Text Example


Text Example

White with #EAE53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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