Html Css Color HEX #EAB479 Corvette

📋 copy color: '#EAB479'

red 234 ◦ green 180 ◦ blue 121

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

Shades of Corvette #EAB479

Tints of Corvette #EAB479

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.64%

 BLUE value IS 121 (47.66% from 255) = 22.62%

R = 43.74%
G = 33.64%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EAB479 (or 0xEAB479) is known color: Corvette. HEX triplet: EA, B4 and 79. RGB value is (234,180,121). Sum of RGB (Red+Green+Blue) = 234+180+121=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB479 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB479 is #154B86. Grayscale: #BDBDBD. Windows color (decimal): -1395591 or 7976170. OLE color: 7976170.

HSL color Cylindrical-coordinate representation of color #EAB479: hue angle of 31.33º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAB479 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 180 121 -
CMYK 0 0.23 0.48 0.08
HSL 31.33º 0.73% 0.7% -
HSV(B) 31.33º 0.48% 0.92% -
XYZ 53.7 51.52 25.2 -
YUV 189.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 234 180 121 0 0.23 0.48 0.08 31.33 0.73 0.7
Hex EA B4 79 0 17 30 8 1F 49 46
Octal 352 264 171 0 27 60 10 37 111 106
Binary 11101010 10110100 1111001 0 10111 110000 1000 11111 1001001 1000110

Color Harmonies of #EAB479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB479

Black with #EAB479

Text Example


Text Example

White with #EAB479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB479; }

 p { color: rgb(234,180,121); }

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

background-color css

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

 a { background-color: rgb(234,180,121); }

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

border-color css

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

 span { border-color: rgb(234,180,121); }

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