Html Css Color HEX #EAD73F Starship

📋 copy color: '#EAD73F'

red 234 ◦ green 215 ◦ blue 63

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

Shades of Starship #EAD73F

Tints of Starship #EAD73F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.99%

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

R = 45.7%
G = 41.99%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EAD73F (or 0xEAD73F) is known color: Starship. HEX triplet: EA, D7 and 3F. RGB value is (234,215,63). Sum of RGB (Red+Green+Blue) = 234+215+63=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 63 (25% from 255 or 12.30% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD73F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD73F is #1528C0. Grayscale: #CBCBCB. Windows color (decimal): -1386689 or 4184042. OLE color: 4184042.

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

Color convert

RGB 234 215 63 -
CMYK 0 0.08 0.73 0.08
HSL 53.33º 0.8% 0.58% -
HSV(B) 53.33º 0.73% 0.92% -
XYZ 59.13 66.45 14.41 -
YUV 203.35 48.79 149.86 -
System Red Green Blue C M Y K H S L
Decimal 234 215 63 0 0.08 0.73 0.08 53.33 0.8 0.58
Hex EA D7 3F 0 8 49 8 35 50 3A
Octal 352 327 77 0 10 111 10 65 120 72
Binary 11101010 11010111 111111 0 1000 1001001 1000 110101 1010000 111010

Color Harmonies of #EAD73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD73F

Black with #EAD73F

Text Example


Text Example

White with #EAD73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD73F; }

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

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

background-color css

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

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

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

border-color css

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

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

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