Html Css Color HEX #EAD93F Starship

📋 copy color: '#EAD93F'

red 234 ◦ green 217 ◦ blue 63

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

Shades of Starship #EAD93F

Tints of Starship #EAD93F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.22%

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

R = 45.53%
G = 42.22%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EAD93F (or 0xEAD93F) is known color: Starship. HEX triplet: EA, D9 and 3F. RGB value is (234,217,63). Sum of RGB (Red+Green+Blue) = 234+217+63=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 63 (25% from 255 or 12.26% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD93F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD93F is #1526C0. Grayscale: #CDCDCD. Windows color (decimal): -1386177 or 4184554. OLE color: 4184554.

HSL color Cylindrical-coordinate representation of color #EAD93F: hue angle of 54.04º 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 #EAD93F is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 217 63 -
CMYK 0 0.07 0.73 0.08
HSL 54.04º 0.8% 0.58% -
HSV(B) 54.04º 0.73% 0.92% -
XYZ 59.64 67.48 14.58 -
YUV 204.53 48.13 149.02 -
System Red Green Blue C M Y K H S L
Decimal 234 217 63 0 0.07 0.73 0.08 54.04 0.8 0.58
Hex EA D9 3F 0 7 49 8 36 50 3A
Octal 352 331 77 0 7 111 10 66 120 72
Binary 11101010 11011001 111111 0 111 1001001 1000 110110 1010000 111010

Color Harmonies of #EAD93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD93F

Black with #EAD93F

Text Example


Text Example

White with #EAD93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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