Html Css Color HEX #EAE73C Starship

📋 copy color: '#EAE73C'

red 234 ◦ green 231 ◦ blue 60

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

Shades of Starship #EAE73C

Tints of Starship #EAE73C

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44%

 BLUE value IS 60 (23.83% from 255) = 11.43%

R = 44.57%
G = 44%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EAE73C (or 0xEAE73C) is known color: Starship. HEX triplet: EA, E7 and 3C. RGB value is (234,231,60). Sum of RGB (Red+Green+Blue) = 234+231+60=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 231 (90.62% from 255 or 44% from 525); Blue value is 60 (23.83% from 255 or 11.43% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE73C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE73C is #1518C3. Grayscale: #D5D5D5. Windows color (decimal): -1382596 or 3991530. OLE color: 3991530.

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

Color convert

RGB 234 231 60 -
CMYK 0 0.01 0.74 0.08
HSL 58.97º 0.81% 0.58% -
HSV(B) 58.97º 0.74% 0.92% -
XYZ 63.32 74.97 15.41 -
YUV 212.4 41.99 143.4 -
System Red Green Blue C M Y K H S L
Decimal 234 231 60 0 0.01 0.74 0.08 58.97 0.81 0.58
Hex EA E7 3C 0 1 4A 8 3B 51 3A
Octal 352 347 74 0 1 112 10 73 121 72
Binary 11101010 11100111 111100 0 1 1001010 1000 111011 1010001 111010

Color Harmonies of #EAE73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE73C

Black with #EAE73C

Text Example


Text Example

White with #EAE73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE73C; }

 p { color: rgb(234,231,60); }

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

background-color css

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

 a { background-color: rgb(234,231,60); }

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

border-color css

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

 span { border-color: rgb(234,231,60); }

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