Html Css Color HEX #EAB68B Corvette

📋 copy color: '#EAB68B'

red 234 ◦ green 182 ◦ blue 139

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

Shades of Corvette #EAB68B

Tints of Corvette #EAB68B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.79%

 BLUE value IS 139 (54.69% from 255) = 25.05%

R = 42.16%
G = 32.79%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EAB68B (or 0xEAB68B) is known color: Corvette. HEX triplet: EA, B6 and 8B. RGB value is (234,182,139). Sum of RGB (Red+Green+Blue) = 234+182+139=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 182 (71.48% from 255 or 32.79% from 555); Blue value is 139 (54.69% from 255 or 25.05% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB68B is #154974. Grayscale: #C0C0C0. Windows color (decimal): -1395061 or 9156330. OLE color: 9156330.

HSL color Cylindrical-coordinate representation of color #EAB68B: hue angle of 27.16º degrees, saturation: 0.69, 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 #EAB68B is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 182 139 -
CMYK 0 0.22 0.41 0.08
HSL 27.16º 0.69% 0.73% -
HSV(B) 27.16º 0.41% 0.92% -
XYZ 55.32 52.81 31.7 -
YUV 192.65 97.73 157.5 -
System Red Green Blue C M Y K H S L
Decimal 234 182 139 0 0.22 0.41 0.08 27.16 0.69 0.73
Hex EA B6 8B 0 16 29 8 1B 45 49
Octal 352 266 213 0 26 51 10 33 105 111
Binary 11101010 10110110 10001011 0 10110 101001 1000 11011 1000101 1001001

Color Harmonies of #EAB68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB68B

Black with #EAB68B

Text Example


Text Example

White with #EAB68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB68B; }

 p { color: rgb(234,182,139); }

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

background-color css

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

 a { background-color: rgb(234,182,139); }

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

border-color css

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

 span { border-color: rgb(234,182,139); }

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