Html Css Color HEX #EAB58A Corvette

📋 copy color: '#EAB58A'

red 234 ◦ green 181 ◦ blue 138

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

Shades of Corvette #EAB58A

Tints of Corvette #EAB58A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.73%

 BLUE value IS 138 (54.3% from 255) = 24.95%

R = 42.31%
G = 32.73%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EAB58A (or 0xEAB58A) is known color: Corvette. HEX triplet: EA, B5 and 8A. RGB value is (234,181,138). Sum of RGB (Red+Green+Blue) = 234+181+138=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB58A is #154A75. Grayscale: #C0C0C0. Windows color (decimal): -1395318 or 9090538. OLE color: 9090538.

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

Color convert

RGB 234 181 138 -
CMYK 0 0.23 0.41 0.08
HSL 26.88º 0.7% 0.73% -
HSV(B) 26.88º 0.41% 0.92% -
XYZ 55.04 52.38 31.25 -
YUV 191.95 97.56 158 -
System Red Green Blue C M Y K H S L
Decimal 234 181 138 0 0.23 0.41 0.08 26.88 0.7 0.73
Hex EA B5 8A 0 17 29 8 1B 46 49
Octal 352 265 212 0 27 51 10 33 106 111
Binary 11101010 10110101 10001010 0 10111 101001 1000 11011 1000110 1001001

Color Harmonies of #EAB58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB58A

Black with #EAB58A

Text Example


Text Example

White with #EAB58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB58A; }

 p { color: rgb(234,181,138); }

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

background-color css

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

 a { background-color: rgb(234,181,138); }

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

border-color css

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

 span { border-color: rgb(234,181,138); }

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