Html Css Color HEX #EAD742 Starship

📋 copy color: '#EAD742'

red 234 ◦ green 215 ◦ blue 66

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

Shades of Starship #EAD742

Tints of Starship #EAD742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.82%

R = 45.44%
G = 41.75%
B = 12.82%

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

#EAD742 (or 0xEAD742) is known color: Starship. HEX triplet: EA, D7 and 42. RGB value is (234,215,66). Sum of RGB (Red+Green+Blue) = 234+215+66=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 66 (26.17% from 255 or 12.82% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD742 is #1528BD. Grayscale: #CCCCCC. Windows color (decimal): -1386686 or 4380650. OLE color: 4380650.

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

Color convert

RGB 234 215 66 -
CMYK 0 0.08 0.72 0.08
HSL 53.21º 0.8% 0.59% -
HSV(B) 53.21º 0.72% 0.92% -
XYZ 59.22 66.49 14.87 -
YUV 203.7 50.29 149.62 -
System Red Green Blue C M Y K H S L
Decimal 234 215 66 0 0.08 0.72 0.08 53.21 0.8 0.59
Hex EA D7 42 0 8 48 8 35 50 3B
Octal 352 327 102 0 10 110 10 65 120 73
Binary 11101010 11010111 1000010 0 1000 1001000 1000 110101 1010000 111011

Color Harmonies of #EAD742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD742

Black with #EAD742

Text Example


Text Example

White with #EAD742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD742; }

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

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

background-color css

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

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

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

border-color css

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

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

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