Html Css Color HEX #EAC07D Corvette

📋 copy color: '#EAC07D'

red 234 ◦ green 192 ◦ blue 125

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

Shades of Corvette #EAC07D

Tints of Corvette #EAC07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.69%

R = 42.47%
G = 34.85%
B = 22.69%

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

#EAC07D (or 0xEAC07D) is known color: Corvette. HEX triplet: EA, C0 and 7D. RGB value is (234,192,125). Sum of RGB (Red+Green+Blue) = 234+192+125=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC07D is #153F82. Grayscale: #C5C5C5. Windows color (decimal): -1392515 or 8241386. OLE color: 8241386.

HSL color Cylindrical-coordinate representation of color #EAC07D: hue angle of 36.88º 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 #EAC07D is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 192 125 -
CMYK 0 0.18 0.47 0.08
HSL 36.88º 0.72% 0.7% -
HSV(B) 36.88º 0.47% 0.92% -
XYZ 56.48 56.67 27.36 -
YUV 196.92 87.41 154.45 -
System Red Green Blue C M Y K H S L
Decimal 234 192 125 0 0.18 0.47 0.08 36.88 0.72 0.7
Hex EA C0 7D 0 12 2F 8 25 48 46
Octal 352 300 175 0 22 57 10 45 110 106
Binary 11101010 11000000 1111101 0 10010 101111 1000 100101 1001000 1000110

Color Harmonies of #EAC07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC07D

Black with #EAC07D

Text Example


Text Example

White with #EAC07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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