Html Css Color HEX #EAC083 Corvette

📋 copy color: '#EAC083'

red 234 ◦ green 192 ◦ blue 131

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

Shades of Corvette #EAC083

Tints of Corvette #EAC083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.52%

R = 42.01%
G = 34.47%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EAC083 (or 0xEAC083) is known color: Corvette. HEX triplet: EA, C0 and 83. RGB value is (234,192,131). Sum of RGB (Red+Green+Blue) = 234+192+131=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 131 (51.56% from 255 or 23.52% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC083 is #153F7C. Grayscale: #C5C5C5. Windows color (decimal): -1392509 or 8634602. OLE color: 8634602.

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

Color convert

RGB 234 192 131 -
CMYK 0 0.18 0.44 0.08
HSL 35.53º 0.71% 0.72% -
HSV(B) 35.53º 0.44% 0.92% -
XYZ 56.88 56.83 29.44 -
YUV 197.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 234 192 131 0 0.18 0.44 0.08 35.53 0.71 0.72
Hex EA C0 83 0 12 2C 8 24 47 48
Octal 352 300 203 0 22 54 10 44 107 110
Binary 11101010 11000000 10000011 0 10010 101100 1000 100100 1000111 1001000

Color Harmonies of #EAC083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC083

Black with #EAC083

Text Example


Text Example

White with #EAC083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC083; }

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

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

background-color css

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

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

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

border-color css

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

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

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