Html Css Color HEX #EFB98D Corvette

📋 copy color: '#EFB98D'

red 239 ◦ green 185 ◦ blue 141

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

Shades of Corvette #EFB98D

Tints of Corvette #EFB98D

RGB

 RED value IS 239 (93.75% from 255) = 42.3%

 GREEN value IS 185 (72.66% from 255) = 32.74%

 BLUE value IS 141 (55.47% from 255) = 24.96%

R = 42.3%
G = 32.74%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFB98D (or 0xEFB98D) is known color: Corvette. HEX triplet: EF, B9 and 8D. RGB value is (239,185,141). Sum of RGB (Red+Green+Blue) = 239+185+141=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB98D is #104672. Grayscale: #C4C4C4. Windows color (decimal): -1066611 or 9288175. OLE color: 9288175.

HSL color Cylindrical-coordinate representation of color #EFB98D: hue angle of 26.94º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFB98D is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 185 141 -
CMYK 0 0.23 0.41 0.06
HSL 26.94º 0.75% 0.75% -
HSV(B) 26.94º 0.41% 0.94% -
XYZ 57.75 54.97 32.77 -
YUV 196.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 239 185 141 0 0.23 0.41 0.06 26.94 0.75 0.75
Hex EF B9 8D 0 17 29 6 1B 4B 4B
Octal 357 271 215 0 27 51 6 33 113 113
Binary 11101111 10111001 10001101 0 10111 101001 110 11011 1001011 1001011

Color Harmonies of #EFB98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB98D

Black with #EFB98D

Text Example


Text Example

White with #EFB98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB98D; }

 p { color: rgb(239,185,141); }

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

background-color css

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

 a { background-color: rgb(239,185,141); }

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

border-color css

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

 span { border-color: rgb(239,185,141); }

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