Html Css Color HEX #EAD841 Starship

📋 copy color: '#EAD841'

red 234 ◦ green 216 ◦ blue 65

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

Shades of Starship #EAD841

Tints of Starship #EAD841

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.94%

 BLUE value IS 65 (25.78% from 255) = 12.62%

R = 45.44%
G = 41.94%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EAD841 (or 0xEAD841) is known color: Starship. HEX triplet: EA, D8 and 41. RGB value is (234,216,65). Sum of RGB (Red+Green+Blue) = 234+216+65=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 65 (25.78% from 255 or 12.62% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD841 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD841 is #1527BE. Grayscale: #CCCCCC. Windows color (decimal): -1386431 or 4315370. OLE color: 4315370.

HSL color Cylindrical-coordinate representation of color #EAD841: hue angle of 53.61º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EAD841 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 216 65 -
CMYK 0 0.08 0.72 0.08
HSL 53.61º 0.8% 0.59% -
HSV(B) 53.61º 0.72% 0.92% -
XYZ 59.44 66.99 14.8 -
YUV 204.17 49.46 149.28 -
System Red Green Blue C M Y K H S L
Decimal 234 216 65 0 0.08 0.72 0.08 53.61 0.8 0.59
Hex EA D8 41 0 8 48 8 36 50 3B
Octal 352 330 101 0 10 110 10 66 120 73
Binary 11101010 11011000 1000001 0 1000 1001000 1000 110110 1010000 111011

Color Harmonies of #EAD841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD841

Black with #EAD841

Text Example


Text Example

White with #EAD841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD841; }

 p { color: rgb(234,216,65); }

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

background-color css

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

 a { background-color: rgb(234,216,65); }

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

border-color css

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

 span { border-color: rgb(234,216,65); }

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