Html Css Color HEX #EAD53F Starship

📋 copy color: '#EAD53F'

red 234 ◦ green 213 ◦ blue 63

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

Shades of Starship #EAD53F

Tints of Starship #EAD53F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.76%

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

R = 45.88%
G = 41.76%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EAD53F (or 0xEAD53F) is known color: Starship. HEX triplet: EA, D5 and 3F. RGB value is (234,213,63). Sum of RGB (Red+Green+Blue) = 234+213+63=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 63 (25% from 255 or 12.35% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD53F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD53F is #152AC0. Grayscale: #CACACA. Windows color (decimal): -1387201 or 4183530. OLE color: 4183530.

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

Color convert

RGB 234 213 63 -
CMYK 0 0.09 0.73 0.08
HSL 52.63º 0.8% 0.58% -
HSV(B) 52.63º 0.73% 0.92% -
XYZ 58.62 65.44 14.24 -
YUV 202.18 49.46 150.7 -
System Red Green Blue C M Y K H S L
Decimal 234 213 63 0 0.09 0.73 0.08 52.63 0.8 0.58
Hex EA D5 3F 0 9 49 8 35 50 3A
Octal 352 325 77 0 11 111 10 65 120 72
Binary 11101010 11010101 111111 0 1001 1001001 1000 110101 1010000 111010

Color Harmonies of #EAD53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD53F

Black with #EAD53F

Text Example


Text Example

White with #EAD53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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