Html Css Color HEX #EFBD8A Corvette

📋 copy color: '#EFBD8A'

red 239 ◦ green 189 ◦ blue 138

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

Shades of Corvette #EFBD8A

Tints of Corvette #EFBD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.38%

R = 42.23%
G = 33.39%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFBD8A (or 0xEFBD8A) is known color: Corvette. HEX triplet: EF, BD and 8A. RGB value is (239,189,138). Sum of RGB (Red+Green+Blue) = 239+189+138=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD8A is #104275. Grayscale: #C6C6C6. Windows color (decimal): -1065590 or 9092591. OLE color: 9092591.

HSL color Cylindrical-coordinate representation of color #EFBD8A: hue angle of 30.3º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFBD8A is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 189 138 -
CMYK 0 0.21 0.42 0.06
HSL 30.3º 0.76% 0.74% -
HSV(B) 30.3º 0.42% 0.94% -
XYZ 58.38 56.58 31.89 -
YUV 198.14 94.07 157.15 -
System Red Green Blue C M Y K H S L
Decimal 239 189 138 0 0.21 0.42 0.06 30.3 0.76 0.74
Hex EF BD 8A 0 15 2A 6 1E 4C 4A
Octal 357 275 212 0 25 52 6 36 114 112
Binary 11101111 10111101 10001010 0 10101 101010 110 11110 1001100 1001010

Color Harmonies of #EFBD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD8A

Black with #EFBD8A

Text Example


Text Example

White with #EFBD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD8A; }

 p { color: rgb(239,189,138); }

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

background-color css

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

 a { background-color: rgb(239,189,138); }

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

border-color css

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

 span { border-color: rgb(239,189,138); }

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