Html Css Color HEX #EFBA7D Corvette

📋 copy color: '#EFBA7D'

red 239 ◦ green 186 ◦ blue 125

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

Shades of Corvette #EFBA7D

Tints of Corvette #EFBA7D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.82%

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

R = 43.45%
G = 33.82%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFBA7D (or 0xEFBA7D) is known color: Corvette. HEX triplet: EF, BA and 7D. RGB value is (239,186,125). Sum of RGB (Red+Green+Blue) = 239+186+125=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA7D is #104582. Grayscale: #C3C3C3. Windows color (decimal): -1066371 or 8239855. OLE color: 8239855.

HSL color Cylindrical-coordinate representation of color #EFBA7D: hue angle of 32.11º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFBA7D is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 186 125 -
CMYK 0 0.22 0.48 0.06
HSL 32.11º 0.78% 0.71% -
HSV(B) 32.11º 0.48% 0.94% -
XYZ 56.86 54.95 27.01 -
YUV 194.89 88.56 159.46 -
System Red Green Blue C M Y K H S L
Decimal 239 186 125 0 0.22 0.48 0.06 32.11 0.78 0.71
Hex EF BA 7D 0 16 30 6 20 4E 47
Octal 357 272 175 0 26 60 6 40 116 107
Binary 11101111 10111010 1111101 0 10110 110000 110 100000 1001110 1000111

Color Harmonies of #EFBA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA7D

Black with #EFBA7D

Text Example


Text Example

White with #EFBA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA7D; }

 p { color: rgb(239,186,125); }

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

background-color css

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

 a { background-color: rgb(239,186,125); }

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

border-color css

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

 span { border-color: rgb(239,186,125); }

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