Html Css Color HEX #EAD73D Starship

📋 copy color: '#EAD73D'

red 234 ◦ green 215 ◦ blue 61

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

Shades of Starship #EAD73D

Tints of Starship #EAD73D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.16%

 BLUE value IS 61 (24.22% from 255) = 11.96%

R = 45.88%
G = 42.16%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EAD73D (or 0xEAD73D) is known color: Starship. HEX triplet: EA, D7 and 3D. RGB value is (234,215,61). Sum of RGB (Red+Green+Blue) = 234+215+61=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 61 (24.22% from 255 or 11.96% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD73D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD73D is #1528C2. Grayscale: #CBCBCB. Windows color (decimal): -1386691 or 4052970. OLE color: 4052970.

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

Color convert

RGB 234 215 61 -
CMYK 0 0.08 0.74 0.08
HSL 53.41º 0.8% 0.58% -
HSV(B) 53.41º 0.74% 0.92% -
XYZ 59.07 66.43 14.12 -
YUV 203.13 47.79 150.02 -
System Red Green Blue C M Y K H S L
Decimal 234 215 61 0 0.08 0.74 0.08 53.41 0.8 0.58
Hex EA D7 3D 0 8 4A 8 35 50 3A
Octal 352 327 75 0 10 112 10 65 120 72
Binary 11101010 11010111 111101 0 1000 1001010 1000 110101 1010000 111010

Color Harmonies of #EAD73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD73D

Black with #EAD73D

Text Example


Text Example

White with #EAD73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD73D; }

 p { color: rgb(234,215,61); }

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

background-color css

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

 a { background-color: rgb(234,215,61); }

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

border-color css

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

 span { border-color: rgb(234,215,61); }

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