Html Css Color HEX #EAC07C Corvette

📋 copy color: '#EAC07C'

red 234 ◦ green 192 ◦ blue 124

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

Shades of Corvette #EAC07C

Tints of Corvette #EAC07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.55%

R = 42.55%
G = 34.91%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAC07C (or 0xEAC07C) is known color: Corvette. HEX triplet: EA, C0 and 7C. RGB value is (234,192,124). Sum of RGB (Red+Green+Blue) = 234+192+124=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 124 (48.83% from 255 or 22.55% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC07C is #153F83. Grayscale: #C5C5C5. Windows color (decimal): -1392516 or 8175850. OLE color: 8175850.

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

Color convert

RGB 234 192 124 -
CMYK 0 0.18 0.47 0.08
HSL 37.09º 0.72% 0.7% -
HSV(B) 37.09º 0.47% 0.92% -
XYZ 56.42 56.65 27.03 -
YUV 196.81 86.91 154.53 -
System Red Green Blue C M Y K H S L
Decimal 234 192 124 0 0.18 0.47 0.08 37.09 0.72 0.7
Hex EA C0 7C 0 12 2F 8 25 48 46
Octal 352 300 174 0 22 57 10 45 110 106
Binary 11101010 11000000 1111100 0 10010 101111 1000 100101 1001000 1000110

Color Harmonies of #EAC07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC07C

Black with #EAC07C

Text Example


Text Example

White with #EAC07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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