Html Css Color HEX #EFB485 Corvette

📋 copy color: '#EFB485'

red 239 ◦ green 180 ◦ blue 133

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

Shades of Corvette #EFB485

Tints of Corvette #EFB485

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.61%

 BLUE value IS 133 (52.34% from 255) = 24.09%

R = 43.3%
G = 32.61%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFB485 (or 0xEFB485) is known color: Corvette. HEX triplet: EF, B4 and 85. RGB value is (239,180,133). Sum of RGB (Red+Green+Blue) = 239+180+133=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB485 is #104B7A. Grayscale: #C0C0C0. Windows color (decimal): -1067899 or 8762607. OLE color: 8762607.

HSL color Cylindrical-coordinate representation of color #EFB485: hue angle of 26.6º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFB485 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 180 133 -
CMYK 0 0.25 0.44 0.06
HSL 26.6º 0.77% 0.73% -
HSV(B) 26.6º 0.44% 0.94% -
XYZ 56.15 52.69 29.4 -
YUV 192.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 239 180 133 0 0.25 0.44 0.06 26.6 0.77 0.73
Hex EF B4 85 0 19 2C 6 1B 4D 49
Octal 357 264 205 0 31 54 6 33 115 111
Binary 11101111 10110100 10000101 0 11001 101100 110 11011 1001101 1001001

Color Harmonies of #EFB485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB485

Black with #EFB485

Text Example


Text Example

White with #EFB485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB485; }

 p { color: rgb(239,180,133); }

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

background-color css

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

 a { background-color: rgb(239,180,133); }

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

border-color css

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

 span { border-color: rgb(239,180,133); }

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