Html Css Color HEX #EAD640 Starship

📋 copy color: '#EAD640'

red 234 ◦ green 214 ◦ blue 64

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

Shades of Starship #EAD640

Tints of Starship #EAD640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.8%

 BLUE value IS 64 (25.39% from 255) = 12.5%

R = 45.7%
G = 41.8%
B = 12.5%

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

#EAD640 (or 0xEAD640) is known color: Starship. HEX triplet: EA, D6 and 40. RGB value is (234,214,64). Sum of RGB (Red+Green+Blue) = 234+214+64=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 64 (25.39% from 255 or 12.5% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD640 is #1529BF. Grayscale: #CBCBCB. Windows color (decimal): -1386944 or 4249322. OLE color: 4249322.

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

Color convert

RGB 234 214 64 -
CMYK 0 0.09 0.73 0.08
HSL 52.94º 0.8% 0.58% -
HSV(B) 52.94º 0.73% 0.92% -
XYZ 58.9 65.96 14.48 -
YUV 202.88 49.63 150.2 -
System Red Green Blue C M Y K H S L
Decimal 234 214 64 0 0.09 0.73 0.08 52.94 0.8 0.58
Hex EA D6 40 0 9 49 8 35 50 3A
Octal 352 326 100 0 11 111 10 65 120 72
Binary 11101010 11010110 1000000 0 1001 1001001 1000 110101 1010000 111010

Color Harmonies of #EAD640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD640

Black with #EAD640

Text Example


Text Example

White with #EAD640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD640; }

 p { color: rgb(234,214,64); }

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

background-color css

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

 a { background-color: rgb(234,214,64); }

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

border-color css

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

 span { border-color: rgb(234,214,64); }

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