Html Css Color HEX #EAD943 Starship

📋 copy color: '#EAD943'

red 234 ◦ green 217 ◦ blue 67

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

Shades of Starship #EAD943

Tints of Starship #EAD943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 12.93%

R = 45.17%
G = 41.89%
B = 12.93%

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

#EAD943 (or 0xEAD943) is known color: Starship. HEX triplet: EA, D9 and 43. RGB value is (234,217,67). Sum of RGB (Red+Green+Blue) = 234+217+67=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 67 (26.56% from 255 or 12.93% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD943 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD943 is #1526BC. Grayscale: #CDCDCD. Windows color (decimal): -1386173 or 4446698. OLE color: 4446698.

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

Color convert

RGB 234 217 67 -
CMYK 0 0.07 0.71 0.08
HSL 53.89º 0.8% 0.59% -
HSV(B) 53.89º 0.71% 0.92% -
XYZ 59.76 67.52 15.19 -
YUV 204.98 50.13 148.7 -
System Red Green Blue C M Y K H S L
Decimal 234 217 67 0 0.07 0.71 0.08 53.89 0.8 0.59
Hex EA D9 43 0 7 47 8 36 50 3B
Octal 352 331 103 0 7 107 10 66 120 73
Binary 11101010 11011001 1000011 0 111 1000111 1000 110110 1010000 111011

Color Harmonies of #EAD943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD943

Black with #EAD943

Text Example


Text Example

White with #EAD943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD943; }

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

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

background-color css

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

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

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

border-color css

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

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

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