Html Css Color HEX #EABD7D Corvette

📋 copy color: '#EABD7D'

red 234 ◦ green 189 ◦ blue 125

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

Shades of Corvette #EABD7D

Tints of Corvette #EABD7D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.49%

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

R = 42.7%
G = 34.49%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EABD7D (or 0xEABD7D) is known color: Corvette. HEX triplet: EA, BD and 7D. RGB value is (234,189,125). Sum of RGB (Red+Green+Blue) = 234+189+125=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD7D is #154282. Grayscale: #C3C3C3. Windows color (decimal): -1393283 or 8240618. OLE color: 8240618.

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

Color convert

RGB 234 189 125 -
CMYK 0 0.19 0.47 0.08
HSL 35.23º 0.72% 0.7% -
HSV(B) 35.23º 0.47% 0.92% -
XYZ 55.83 55.37 27.15 -
YUV 195.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 234 189 125 0 0.19 0.47 0.08 35.23 0.72 0.7
Hex EA BD 7D 0 13 2F 8 23 48 46
Octal 352 275 175 0 23 57 10 43 110 106
Binary 11101010 10111101 1111101 0 10011 101111 1000 100011 1001000 1000110

Color Harmonies of #EABD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD7D

Black with #EABD7D

Text Example


Text Example

White with #EABD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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