Html Css Color HEX #EAC085 Corvette

📋 copy color: '#EAC085'

red 234 ◦ green 192 ◦ blue 133

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

Shades of Corvette #EAC085

Tints of Corvette #EAC085

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.35%

 BLUE value IS 133 (52.34% from 255) = 23.79%

R = 41.86%
G = 34.35%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EAC085 (or 0xEAC085) is known color: Corvette. HEX triplet: EA, C0 and 85. RGB value is (234,192,133). Sum of RGB (Red+Green+Blue) = 234+192+133=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC085 is #153F7A. Grayscale: #C6C6C6. Windows color (decimal): -1392507 or 8765674. OLE color: 8765674.

HSL color Cylindrical-coordinate representation of color #EAC085: hue angle of 35.05º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAC085 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 192 133 -
CMYK 0 0.18 0.43 0.08
HSL 35.05º 0.71% 0.72% -
HSV(B) 35.05º 0.43% 0.92% -
XYZ 57.01 56.89 30.17 -
YUV 197.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 234 192 133 0 0.18 0.43 0.08 35.05 0.71 0.72
Hex EA C0 85 0 12 2B 8 23 47 48
Octal 352 300 205 0 22 53 10 43 107 110
Binary 11101010 11000000 10000101 0 10010 101011 1000 100011 1000111 1001000

Color Harmonies of #EAC085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC085

Black with #EAC085

Text Example


Text Example

White with #EAC085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC085; }

 p { color: rgb(234,192,133); }

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

background-color css

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

 a { background-color: rgb(234,192,133); }

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

border-color css

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

 span { border-color: rgb(234,192,133); }

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