Html Css Color HEX #EFBA7F Corvette

📋 copy color: '#EFBA7F'

red 239 ◦ green 186 ◦ blue 127

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

Shades of Corvette #EFBA7F

Tints of Corvette #EFBA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.01%

R = 43.3%
G = 33.7%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFBA7F (or 0xEFBA7F) is known color: Corvette. HEX triplet: EF, BA and 7F. RGB value is (239,186,127). Sum of RGB (Red+Green+Blue) = 239+186+127=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 127 (50% from 255 or 23.01% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA7F is #104580. Grayscale: #C3C3C3. Windows color (decimal): -1066369 or 8370927. OLE color: 8370927.

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

Color convert

RGB 239 186 127 -
CMYK 0 0.22 0.47 0.06
HSL 31.61º 0.78% 0.72% -
HSV(B) 31.61º 0.47% 0.94% -
XYZ 56.99 55 27.69 -
YUV 195.12 89.56 159.3 -
System Red Green Blue C M Y K H S L
Decimal 239 186 127 0 0.22 0.47 0.06 31.61 0.78 0.72
Hex EF BA 7F 0 16 2F 6 20 4E 48
Octal 357 272 177 0 26 57 6 40 116 110
Binary 11101111 10111010 1111111 0 10110 101111 110 100000 1001110 1001000

Color Harmonies of #EFBA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA7F

Black with #EFBA7F

Text Example


Text Example

White with #EFBA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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