Html Css Color HEX #EAD944 Starship

📋 copy color: '#EAD944'

red 234 ◦ green 217 ◦ blue 68

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

Shades of Starship #EAD944

Tints of Starship #EAD944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.1%

R = 45.09%
G = 41.81%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EAD944 (or 0xEAD944) is known color: Starship. HEX triplet: EA, D9 and 44. RGB value is (234,217,68). Sum of RGB (Red+Green+Blue) = 234+217+68=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 68 (26.95% from 255 or 13.10% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD944 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD944 is #1526BB. Grayscale: #CDCDCD. Windows color (decimal): -1386172 or 4512234. OLE color: 4512234.

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

Color convert

RGB 234 217 68 -
CMYK 0 0.07 0.71 0.08
HSL 53.86º 0.8% 0.59% -
HSV(B) 53.86º 0.71% 0.92% -
XYZ 59.79 67.54 15.35 -
YUV 205.1 50.63 148.62 -
System Red Green Blue C M Y K H S L
Decimal 234 217 68 0 0.07 0.71 0.08 53.86 0.8 0.59
Hex EA D9 44 0 7 47 8 36 50 3B
Octal 352 331 104 0 7 107 10 66 120 73
Binary 11101010 11011001 1000100 0 111 1000111 1000 110110 1010000 111011

Color Harmonies of #EAD944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD944

Black with #EAD944

Text Example


Text Example

White with #EAD944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD944; }

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

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

background-color css

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

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

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

border-color css

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

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

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