Html Css Color HEX #EAE93B Starship

📋 copy color: '#EAE93B'

red 234 ◦ green 233 ◦ blue 59

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

Shades of Starship #EAE93B

Tints of Starship #EAE93B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.3%

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

R = 44.49%
G = 44.3%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EAE93B (or 0xEAE93B) is known color: Starship. HEX triplet: EA, E9 and 3B. RGB value is (234,233,59). Sum of RGB (Red+Green+Blue) = 234+233+59=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 59 (23.44% from 255 or 11.22% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE93B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE93B is #1516C4. Grayscale: #D6D6D6. Windows color (decimal): -1382085 or 3926506. OLE color: 3926506.

HSL color Cylindrical-coordinate representation of color #EAE93B: hue angle of 59.66º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAE93B is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 233 59 -
CMYK 0 0.00 0.75 0.08
HSL 59.66º 0.81% 0.57% -
HSV(B) 59.66º 0.75% 0.92% -
XYZ 63.86 76.09 15.46 -
YUV 213.46 40.83 142.65 -
System Red Green Blue C M Y K H S L
Decimal 234 233 59 0 0.00 0.75 0.08 59.66 0.81 0.57
Hex EA E9 3B 0 0 4B 8 3C 51 39
Octal 352 351 73 0 0 113 10 74 121 71
Binary 11101010 11101001 111011 0 0 1001011 1000 111100 1010001 111001

Color Harmonies of #EAE93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE93B

Black with #EAE93B

Text Example


Text Example

White with #EAE93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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