Html Css Color HEX #EABF76 Corvette

📋 copy color: '#EABF76'

red 234 ◦ green 191 ◦ blue 118

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

Shades of Corvette #EABF76

Tints of Corvette #EABF76

RGB

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

 GREEN value IS 191 (75% from 255) = 35.17%

 BLUE value IS 118 (46.48% from 255) = 21.73%

R = 43.09%
G = 35.17%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EABF76 (or 0xEABF76) is known color: Corvette. HEX triplet: EA, BF and 76. RGB value is (234,191,118). Sum of RGB (Red+Green+Blue) = 234+191+118=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF76 is #154089. Grayscale: #C3C3C3. Windows color (decimal): -1392778 or 7782378. OLE color: 7782378.

HSL color Cylindrical-coordinate representation of color #EABF76: hue angle of 37.76º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EABF76 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 191 118 -
CMYK 0 0.18 0.50 0.08
HSL 37.76º 0.73% 0.69% -
HSV(B) 37.76º 0.5% 0.92% -
XYZ 55.83 56.06 25.02 -
YUV 195.54 84.25 155.44 -
System Red Green Blue C M Y K H S L
Decimal 234 191 118 0 0.18 0.50 0.08 37.76 0.73 0.69
Hex EA BF 76 0 12 32 8 26 49 45
Octal 352 277 166 0 22 62 10 46 111 105
Binary 11101010 10111111 1110110 0 10010 110010 1000 100110 1001001 1000101

Color Harmonies of #EABF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABF76

Black with #EABF76

Text Example


Text Example

White with #EABF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABF76; }

 p { color: rgb(234,191,118); }

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

background-color css

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

 a { background-color: rgb(234,191,118); }

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

border-color css

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

 span { border-color: rgb(234,191,118); }

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